Read ServiceNow Table actions
Read ServiceNow Table actions read the contents of the specified table from the specified ServiceNow parameter or dataset. The action stores the results in a Table dataset.
| Action property | Description | 
|---|---|
| Field Names | A String List parameter or dataset that specifies the table fields you want to read and their order in the Result dataset. If you don't set this property, the action will read all table fields. | 
| Limit | An Integer parameter or dataset that specifies the maximum number of table rows that the action will read. If you don't set this property or enter a value less than 0, the action uses the number of rows in the ServiceNow table as a default value. | 
| Offset | An Integer parameter or dataset that specifies how many table rows the action will ignore before it returns the first row to the Result dataset. If you don't set this property or enter a value less than 0, the action uses 0 as a default value. | 
| Result | A Table dataset that stores the retrieved ServiceNow table data. | 
| ServiceNow | A ServiceNow parameter or dataset that specifies the developer instance from which you want to retrieve ServiceNow table data. | 
| Table Name | A String parameter or dataset that specifies the name of the ServiceNow table. | 
Example
                                                    