Add List Items

You can select this activity to add list items to the specified SharePoint list .

This table lists the properties for the activity.

Property Type Property Name Data type Description
Common Continue on error Boolean Select the check box to continue the RPA flow even if the activity fails. This check box is selected by default.
Input List <SharePointList> The SharePoint list to which the list items are added.
List Item <DataTable> The field values for multiple list items. The first row represents the field name and the remaining rows represent the field values. Each row corresponds to a list item.
Misc DisplayName String Display name for the activity.
Output List Items <SharePointListItem[]> The metadata of the newly created list item.
Response Code Int32 Response code for the activity. Possible values:
  • 200 to 290: Indicates a successful response or valid output.
  • 400 to 499: Indicates client error responses.
  • 500 to 599: Indicates server error responses.