← 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
Component's ID: conditional-row-delete-dual
Category: Table
Available from version: 1.0.X
Description
The component removes rows from the global table that meet the specified condition.
Configuration parameters
Name of the parameter | From version | Description | Parameter type | Default value | Field type | Notes and restrictions |
---|---|---|---|---|---|---|
Table Id* | 1.0.X | Identifier of global table | Text | Editable field | ||
Condition* | 1.0.X | Condition that, if met, will remove rows from the table | Function | Editable field |
Parameter*- required field
Context variables
Context variable name | From version | Description | Parameter type |
---|---|---|---|
Row index | 1.0.X | Stores information about the number of the currently set row. It can be used in the "Condition" parameter, for example, along with the item() function to get the value from the currently set row. | Integer |
Sample configuration
Change log
1.0.X
- Added component