← Return to the list of available actions
If you have trouble understanding how the action works, check the descriptions: Action, Conditional execution, Component parameters
Basic information
Category: Table
Action location: Button, Table, Table button
Available from version: 1.0.26
Description
Adds a row to the table and allows you to set initial values in selected columns.
Action execution
Leaving the conditional field blank is tantamount to setting it to "true."
Location of the action | Operation of the "Conditional execution" parameter | Condition of calling the action |
---|---|---|
Table | Invokes an action | Conditional execution returns the truth. |
Button | Activates the action after clicking the button | Clicking on the button to which the action was attached |
Configuration parameters
Name of the parameter | From version | Description | Parameter type | Default value | Field type | Notes and restrictions |
---|---|---|---|---|---|---|
Columns | 1.0.26 | Columns whose initial values will be determined | Array of variables | Editable field | If you do not intend to set values for all / selected columns, then you do not need to put them here. | |
Values | 1.0.26 | Initial values that will be assigned to the columns given above | An array of text values | Editable field | It must return a single value that will be entered on the new line. The value in the parameter is entered as text that will be converted into the appropriate type. | |
Table Id | 1.0.26 | The id of the table to which the row will be added | Text | Editable field | ||
Set row position | 1.1.1; 1.0.155 | Allows for exact row positioning. | Boolean | False | Dropdown list | "False" adds row as a last table row. |
Row position | 1.1.1; 1.0.155 | Exact row position (negative value inserts row as a very first one; value greater than row count inserts row at the end; in case of value within current row numbers, please keep in mind that row numbering starts from 0 not 1). | Integer | 0 | Editable field |
Parameter*- required field
Change log
1.0.26
- Adding component
1.0.53
- Modifying dynamic form, placing Columns and values in one table
1.1.1; 1.0.155
- Added new parameter for row positioning
Add Comment