← Return to the list of available actions
If you have a problem understanding how the action works, check: Action, Conditional execution, Components parameters
Category: Table
Action location: Table
Available from version: 1.0.7
Changes a text-type column to a column with checkboxes. The values assumed by this column are 'true' and 'false' and such values are saved in the database (checkboxes are only displayed and react to events, the column remains of the text type).
The action maps the value from the table to the selected checkbox if the value in the field is "true". For any other value, the action maps the value to a deselected checkbox.
Thanks to the additional parameter "Editability of the column" we can specify whether the checkbox column should allow the value to be changed.
Leaving an empty conditional field is equal to setting it to "true".
Action location | Conditional execution parameter action | Action call-up condition |
---|---|---|
Table | Call-up action | The "Conditional execution" parameter will return "true" |
Parameter name | From version | Description | Paremeter type | Default value | Field type | Comments and restrictions |
---|---|---|---|---|---|---|
Column | 1.0.7 | The column in which the checkboxes will appear | Variable | Editable field |
| |
Editability of the column | 1.0.24 | Specifies whether to change the value of the checkbox column | Boolean | Yes | Editable field |
Parameter*- mandatory field
Context variable name | From version | Description | Parameter type |
---|---|---|---|
Row index | 1.0.126 | Stores the selected row number. | Integer |
1.0.7
- Adding a component
1.0.18
- Improved display in history
1.0.24
- Adding the "Column Editability" parameter
1.0.42
- Blocking the checkbox in the history of the process
1.0.126
- Fixing an error with rendered blank values in tables with multiple rows
- Adding a context variable "Row index"
1.0.131
- Fixing a bug related to unlocking a checkbox column when a condition is satisfied
Add Comment