Get Collection Row Count
This object gets the number of a value contained in a collection variable. Collection variables are arrays or list of items returned by objects.
Privileges
Normal
Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| Collection | Collection | Yes | The collection of objects for which the counter is made. |
Output Parameters
| Name | Type | Description |
|---|---|---|
| Row Count | Number | The number of rows/records found in the collection. |
| Result | Number | Returns a success value of zero or any value other than zero to indicate failure. |
| Result String | String | Object execution error details. |
Example Input Parameters
| Name | Type | Required | Example |
|---|---|---|---|
| Collection | Collection | Yes | < Link to a collection output parameter > |
