Adds a row to a Table section with Allow add rows option enabled.
Where you can use action:
Workflow, Button
Parameters:
Section (text) - section name
Row data array (array) - array of data, the first element will be put into the first table column, and so on. Table cells have to be editable, if a cell is not editable the value will not be added. Example:
=Array(1, ‘name’, true)
=Section1.B1:B3
0 Comments