Skip to main content

Insert List Item

Description

It inserts a record inside the specified List. You can select the List from the dropdown. The dropdown will be enumerated by reading all the lists available inside the Control Room and accessible to the current user.

The body of the Activity will provide multi-assign statements to select the field in LHS and insert the corresponding value as part of RHS.

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 – 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.
    note

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

Output

  • Records Count – Returns the number of records inserted by the execution of this Activity.
  • Records Inserted - Returns the inserted records in DataTable format.

Example

Download Example

Insert List Items