Query
The Query activity retrieves the entries that match the filter string or criteria specified in the data grid table. Before using the Query activity, you must supply a filter string as an argument. This filter specifies the content of the query, that is, criteria for selecting a subset of rows from the table.
Configuration
The following table describes the fields in the Configuration tab of the Query activity:
Input
In the Input tab, you can specify the filter and the number of rows to be returned.
The following table describes the fields in the Input tab of the Query activity:
Output
In the Output tab, you can find the operation results.
The following table describes the field in the Output tab of the Query activity:
Output Item | Data Type | Description |
---|---|---|
Activity output | String | Specifies the HasError value, the error, the total count, and the rows that match the filter. It specifies the error message, the total count, and the rows if the HasError value is true. It specifies the total count of rows and the rows if the HasError value is false. |
Error Output
In the Error Output tab, you can find the error code and error message of the Query activity. See Error Codes for more detailed explanation of the errors.
The following table describes the errors in the Error Output tab of the Query activity: