ServiceNow Search Record
Description
This action component allows you to search the records from ServiceNow.
Input Properties
- Object Name (String) – The name of the Object which is the record you want to search.
- Record Fields (String[]) – The record field names will be retrieved. If empty the default fields will be retrieved.
- Query (String) – The query filter to get the records. example :short_description like test description&number=INC0009009
- 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.