Delete Row node is used to delete a row in Jiffy table, based on the UUID provided in the Mapping details.
Properties Of Delete Row Node
- Name: Name of the delete row node
- Description: Description of the delete row node used in the task based on the requirement.
- Continue on failure: When the Continue on Failure field is ON, even if the node fails, the execution will continue to the next node. When the Continue on Failure field is OFF, if the node fails, the execution will not continue to the next node.
- Select table: Select the table in which the row needs to be deleted.
Refer to Data Manipulation sample task to know how to use Delete Row node in a task.