Automation - duplicate row

Hi

Is there a way to run an automation which copies a line (for example, when a specific value is chosen from a drop down).

I have a table of “Audit tests”. However, when one audit is completed it should create a copy of that one line for next time. Actually I don’t need alle the collums, but of, I just wanted to know if this was a possibility.

Sure!
The corresponding automated action is “Add record”. The action allows to predefine the values in the row created.
image

If the “Add row” action does not provide the flexibility you need, you can write a Python script which is executed by the automated action “Run script”.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.