ServiceNow Get Attachments
Description
This action component allows you to get all exisiting attachment metadata from a ServiceNow record.
Input Properties
- Object Name (String) – The record’s object name that you want to get attachment metadata details.
- Record ID (String) – The Id of the Servicenow record that you want to get attachment metadata details.
- Input ServiceNow Object (IServiceNowObject) – The input Servicenow connection object.
Output Properties
- Result (DataTable) – The list of the attachment details. stored as a DataTable object.
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.