Table Delete Row
This block deletes rows from a data table.
Configuration
- Table: the table to delete from.
- Field Name: the field used to select the rows to delete.
- Operator: how the field is compared. Equals, Not Equal, Greater Than, Greater Than Equal To, Less Than, or Less Than Equal To.
- Value: the value to compare against. Static values, variables, and settings are acceptable as inputs.
To empty a table completely, use Clear Table instead.
For more information on how to use Data Tables, check out these docs.
See also Clear Table, Table Insert Row