Read List
Description
This Activity fetches data from a specified List and presents it as a data table. To select a List, you can use the dropdown menu that displays all available lists within the Control Room and accessible to your user account.
The body of the Activity provides the following design-time configurations to support enhanced functionalities as listed below:
Configuration | Description |
---|---|
Select Columns | You can specify the columns to include or exclude from the List while reading the data. The output data table will have only the columns chosen to include. |
Filter | You can provide a filter condition based on the columns inside the selected List. |
Order By | Allows you to sort the data based on a specified set of columns. |
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
- Result – Returns the data table object containing the data read from the specified List.
Example
Download Example