← 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 removes all records from the TableStore object and optionally from the indicated 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 | Variable that contains TableStore, that will be cleared | String | Editable | ||
Wipe data from table* | 1.0.100 | Decides if data stored in the table indicated by ID above has to be wiped out too | Boolean | No | Drop-down | Available options: Yes, No |
Table ID* | 1.0.100 | ID of the table from which the records will be deleted | String | Editable | Parameter will be shown after selecting Yes option in the Wipe data from table parameter |
Parameter*- required field
Sample configuration
Change log
1.0.100
- Adding component
Add Comment