Activities
latest
false
Delete Multiple Entity Records - Other latest
logo
Workflow Activities
Last updated Dec 5, 2023

Delete Multiple Entity Records

UiPath.DataService.Activities.DeleteMultipleEntityRecords<UiPath.DataService.Definition.IEntity>

Description

Deletes multiple records in bulk for the selected Entity from Data Service.

Important: The activity deletes maximum 1,000 records at a time.

Project compatibility

Windows - Legacy | Windows | Cross-platform

Windows, Cross-platform configuration

  • Entity - Select the entity you want to use with the activity. The property only supports entities imported from Data Service.

  • Record Ids - Once you select an entity, the wizard asks you to provide the IDs of the records you want to delete.

Advanced options

Options

  • Timeout (milliseconds) - Specifies the amount of time (in milliseconds) to wait for the activity to run before an error is thrown. The default value is 30000 milliseconds (30 seconds).

  • Related Record Depth - Specifies the depth of related records to be retrieved from the service. This property supports values from 1 to 3. The default value is 2.

  • Continue batch on failure - Specifies if Data Service should continue processing the remaining records when a record fails to create. If set to False, Data Service will stop processing records on the first failure. This property only supports Boolean values (True, False). The default value is True.

Output

  • Failed Records - The list of record GUIDs that could not be deleted from Data Service.

Windows - Legacy configuration

Properties panel

Common

  • ContinueOnError - Specifies if the automation should continue even when the activity throws an error. This field only supports Boolean values (True, False). The default value is False. As a result, if the field is blank and an error is thrown, the execution of the project stops. If the value is set to True, the execution of the project continues regardless of any error.

    Note: If this activity is included in Try Catch and the value of the ContinueOnError property is True, no error is caught when the project is executed.
  • DisplayName - The display name of the activity.
  • Timeout (milliseconds) - Specifies the amount of time (in milliseconds) to wait for the activity to run before an error is thrown. The default value is 30000 milliseconds (30 seconds).

Input

  • Record Ids - A list of Ids for the records to be deleted from Data Service for the selected Entity type.

Misc

  • Private - If selected, the values of variables and arguments are no longer logged at the Verbose level.
  • TypeArgument - The Entity type you want to use with the activity. The property only supports types imported from Data Service. This property is called Entity Type in the body of the activity. By default, UiPath.DataService.Definition.IEntity is selected.

Options

  • Continue batch on failure - Specifies if Data Service should continue processing the remaining records when a record fails to create. If set to False, Data Service will stop processing records on the first failure. This property only supports Boolean values (True, False). The default value is True.
  • Related Record Depth - Specifies the depth of related records to be retrieved from the service. The property supports values from 1 to 3. The default value is 2.

Output

  • Failed Records - The list of Input Records that failed to be deleted in Data Service.

Designer panel

  • Entity Type - The Entity type you want to use with the activity. The property only supports types imported from Data Service. By default, UiPath.DataService.Definition.IEntity is selected.
  • Record Ids - A list of Ids for the records to be deleted from Data Service for the selected Entity type.
logo
Get The Help You Need
logo
Learning RPA - Automation Courses
logo
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2023 UiPath. All rights reserved.