← 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: TableStore
Action location: Button, Table button
Available from version: 1.0.100
Description
The action inserts the records of the TableStore object into the indicated variables that grouped in the table.
Action execution
Location of the action | Operation of the "Conditional execution" parameter | Condition of calling the action |
---|---|---|
Button | Executes action | Button click |
Table button | Executes action | Button click |
Configuration parameters
Name of the parameter | From version | Description | Parameter type | Default value | Field type | Notes and restrictions |
---|---|---|---|---|---|---|
TableStore* | 1.0.100 | TableStore object to insert into the table | String | Editable | ||
Mapping type* | 1.0.XXX | It determines whether the mapping will be taken from an existing table on the form by its id, or whether it will be done manually. | String | Drop-down | Available options: Manual, Table | |
Table Id* | 1.0.XXX | The id of the table on the form from which the mapping will be retrieved | String | Editable |
| |
[Mapping] TableStore's keys* | 1.0.100 | Keys from the TableStore to map onto variables from the table | String | Array | Visibility of this field depends on value of "Mapping type" parameter | |
[Mapping] Table's variables* | 1.0.100 | Variables from the table to map onto keys from the TableStore | Variable | Array | Visibility of this field depends on value of "Mapping type" parameter | |
Overwrite data* | 1.0.100 | Decides if data stored in mapped variables has to be overwritten | Boolean | No | Drop-down | Available options: Yes, No |
Parameter*- required field
Sample configuration
Change log
1.0.100
- Adding component
0 Comments