← Return to the list of available setters
← Return to the list of available applications
If you have trouble understanding how the action works, check the descriptions: Application, Setter, Conditional execution, Component parameters
Basic information
Category: TableStore
Available from version: 1.0.110
Description
The component adds records from another TableStore to the source TableStore.
Configuration parameters
Name of the parameter | From version | Description | Parameter type | Default value | Field type | Notes and restrictions |
---|---|---|---|---|---|---|
TableStore* | 1.0.110 | Variable | Editable Field | |||
TableStore to be added* | 1.0.110 | Text | Editable Field | The TableStore object being passed must contain a valid JSON structure. The object does not need to contain all the fields of the source TableStore object, but it cannot contain fields outside of this object. For missing fields, the default values (TableStore default values) will be set. |
Parameter*- required field
Sample configuration
Example of use
An example of operation based on the above configuration.
Initial TableStore:
TableStore to be added:
Result:
Change log
1.0.110
- Adding component
0 Comments