← 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
Category: TableStore
Available from version: 1.0.110
The component enables the modification of the TableStore object data in the records specified by the condition.
Name of the parameter | From version | Description | Parameter type | Default value | Field type | Notes and restrictions |
---|---|---|---|---|---|---|
TableStore* | 1.0.110 | Variable that holds the TableStore object that is modified by changing existing records. | Variable | Editable field | ||
Field identifiers* | 1.0.110 | The table of identifiers of the fields that are part of the TableStore object. | Text value array | Editable field | ||
Field values* | 1.0.110 | An array of values corresponding to field identifiers. | Function array | Editable field | Functions used in this parameter can only return text values. The text values, depending on the field data types stored, will be converted to the values of the corresponding column types. It is possible to refer to the context variable Row Index (iteration) to be able to set different values for successive records. | |
Condition | 1.0.110 | Decides to change the record. The record will be modified if this parameter is met (it will return true). | Function | Editable field | The function used in this parameter can only return a logical value. It is possible to refer to the context variable Row Index (iteration) to treat TableStore records differently. The parameter is optional. If left blank, the condition will be true for each record. |
Parameter*- required field
The name of the contextual variable | Type | Description |
---|---|---|
Row index (iteration) | Integer | Stores the index of the record currently being analyzed by the component. The component changes the value of the context variable when it moves to the next record. The index of the first record is 0. |
An example of operation based on the above configuration.
Initial TableStore:
Result:
1.0.110
- Adding component
0 Comments