Delete Row
Last updated
Was this helpful?
Last updated
Was this helpful?
The Delete Row step allows you to delete a row in a table by a given condition.
You need to specify the filter condition to find the row to delete, for example:
You can also specify multiple conditions. In this case, the row will be deleted if all conditions are met.
The condition(s) you specify will be sent to the server and converted to a DELETE
statement, for example:
You can check the action's Payload tab to see the actual conditions sent to the server.
If any conditions are specified as null or undefined, they will be removed from the conditions list. If all conditions are removed, it may result in deleting all rows in the table if the Bulk Delete setting is enabled.
No rows will be deleted if the conditions aren't met.
We recommend being very careful with this setting since it can delete all rows in the table.
If you need to delete multiple rows, you can select the checkbox in the Delete Row step.