Hi Team,
a new question.
how can I create an action to copy a row and save it automatically?
thks for your help
Hi Team,
a new question.
how can I create an action to copy a row and save it automatically?
thks for your help
Create an action as “Add a new row to another table using values from this row”. You can copy the record to the same table as well.
Hi @J_jvs do you want to copy it to the same table or a different one?
Hi @J_jvs
Have you tried this action?
If you need to edit the new record as well, then it’s better to use “Copy this row and edit the copy” action.
sorry, i don’t want to edit …
yes
If you don’t need to edit the record right after copying, then use an action “Add a new row to another table using values from this row”.
You need to select all needed columns from a dropdown (black down arrow) and then write a simple formula like [YourColumnName]. This will read your record’s value and copy it.
thks a lot it’s running ok.
Excellent!