Delete Record

The DeleteRecord action is used to delete a record corresponding to a given Id in the provided data table. It allows for simple deletion operations without the need to create custom actions with SQL.

It has two parameters: Table and Id.

  • Table: This is where you select the table from a dropdown menu where the deletion will take place.

  • Id: The Symbol Picker is used to select the value for the Id parameter.

Once all parameters are filled and the action is executed, the entry in the selected table corresponding to the given Id will be deleted if it exists.

Within the created action, Symbol Picker (B) is used to select the parameter input method for the action.

You can perform various operations on the Context menu (C) for the actions you create.

You can easily copy the action with the Copy option. This way, you gain speed where action repetition is required.

You can add a message for the user with the Add Confirmation option,

With Add Condition, you can bind this message to a condition.

You can easily delete the action created with the Remove option.

Last updated