Hi,
I have a LCA with a table and a button in the header.
When i click the button I'm triggering an automation script that performs an action on all selected rows from the table. This works great.
At the same time I want to do add a row to my LCA table variable for every selected row. When this action is triggered it only adds a row for the first selected row.
Is there a way to add all the selected rows data to my variable rows?
Goal is to have some sort of history variable so i can use this to do perform some "undo" actions.
Hi Wannes,
There is currently no way to add multiple rows with 1 'Add row' action based on a selection. The action will take the first selection when the linked data would contain multiple.