Difficulty in copying data from the main table to another and editing the information.

I'm having trouble creating an action where I can copy the data from one row to another table and be able to edit a column.

My goal is to copy an entire row to another table and create a history of modifications. I was using an INPUt formula, but the action leaves the column blank

0 3 83
3 REPLIES 3

Hi, you can create an action : add a new row to another table using values from this row

Add the columns to copy : [copycolumnname] = [_thisrow].[columnnamecopied]

GFormMLH_0-1696576289541.png

add the action in the form view options

GFormMLH_1-1696576343114.png

 

 

Sorry, where would I place this second part 'add the action in the form view options'?

The system automatically generates one "Detail" view and one "Form" view, for each table and slice in UX. To see them, you need to guarantee the "Show system views" is clicked in UX.

Which ever table is your action created in Behavior, go to UX, and find that system form view in the same table or the table's slice. In the Form view, an event action is allowed to be executed after the form is saved.

Top Labels in this Space