Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Delete Multiple Records step

Look up and delete multiple existing records as a single operation. This Workflow Studio step removes the need to first look up a list of records and then delete each record in the list.

Roles and availability

Available as an Workflow Studio action step. Users with the action_designer role can create a custom action with one or more action steps.

Fields

FieldDescription
TableSelect the table containing the records to delete.
ConditionsDefine the filter condition used to look up records.
Order bySelect the field that you want to use to sort the records when more than one record matches the defined conditions.
Sort TypeDetermine whether to sort the records alphabetically in ascending or descending order.
Run Business Rules and WorkflowDetermine whether to call any business rules and workflows associated with the table.
Don't fail on errorSpecify whether to continue running the flow when there is an error.

Action error evaluation

  • If this step fails

    Data type: Choice

    Option to continue running the next step or go to error evaluation. To use the step status code or message for a custom action error condition, see Action error evaluation.

Example

Image omitted: delete-multiple-records-action-designer.png
Example Delete Multiple Records step.

Note: The example is for illustration purposes only.

Outputs

FieldDescriptionData Type
CountNumber of records deleted. If no records are deleted, the count is 0.Integer
Error MessageMessage that is displayed if the step produces an error.String
StatusThe completion status of the step as a numeric value.- 0 \(success\) - 1 \(error\)Choice

Parent Topic:Workflow Studio steps