Skip to main content

Delete List Items

Description

Deletes record(s) from a specified List selected from a dropdown. The dropdown is populated with all the lists available in the Control Room that the current user can access.

You can delete specific records in the List by specifying a filter. If you provide no filter, it will delete all records in the selected List.

You can validate the Activity by clicking the validate button. It will validate the Activity and display any error messages.

Properties

Misc

  • DisplayName – Add a display name to your Activity.
  • Private – By default, Activity will log the values of your properties inside your workflow. If private is selected, then it stops logging.

Optional

  • Continue On Error – It Specifies whether the automation should continue even when the Activity throws an error. If True, the Activity continues without throwing any exceptions. If False, the Activity throws an exception. The default value is False.
    note

    Catches no error if this Activity is present inside the Try-Catch block and the value of this property is True.

Output

  • Records Affected – Returns the number of records affected by the execution of this Activity.

Example

Download Example

Delete List Items