ServiceNow Get Records
Description
This action component allows you to retrieve the records from ServiceNow.
Input Properties
- Object Name (String) – The name of the Object which is the record you want to retrieve.
- Record Fields (String[]) – The record field names will be retrieved. If empty the default fields will be retrieved.
- Page Size (Int32) – Define the total records you get in one API call.
- Total Record (Int32) – The total record size you want to retrieve.
- Offset (Int32) – Define the records to exclude from the query.
- Input ServiceNow Object (IServiceNowObject) – The input Servicenow connection object.
Output Properties
- Result (DataTable) – The retrieved records will be stored as a DataTable variable.
General Properties
- Global Waits (Checkbox) – Apply global waits when PreWait or PostWait are not specified.
- Ignore Error (Checkbox) – Continue the process flow without throwing error.
- Post Wait (Checkbox) – Apply specified wait after execute the action.
- Pre Wait (Checkbox) – Apply specified wait before execute the action.