add-ins
latest
false
- Getting Started
- UiPath Add-in for Mulesoft
- UiPath Add-in for Microsoft Power Automate
- UiPath Add-in for Salesforce
- UiPath Add-in for ServiceNow
- UiPath Add-in for Workato
- UiPath Add-in for Workday
Add-ins User Guide
Last updated Jul 17, 2024
Objects and Attachments
The purpose of this guide is to help you create a working sample that uses the following ServiceNow activities:
- Insert ServiceNow Record
- Add Attachment
- Download Attachment
- Delete Attachment
- Get ServiceNow Record
- Delete ServiceNow Record
This working sample enables you to quickly verify the connection to your ServiceNow instance and get familiar with the activity's input/output datatypes.
After completing the steps in this guide, you'll have an automation sequence that does the following:
- Establishes a connection to your ServiceNow instance (ServiceNow Scope).
- Creates a new ServiceNow incident (Insert ServiceNow Record).
- Uploads a file to the new incident (Add Attachment).
- Downloads the uploaded file to a local folder (Download Attachment).
- Deletes the uploaded file (Delete Attachment).
- Verifies the file was deleted by trying to retrieve the attachment record and outputting the expected error message (Get ServiceNow Record, If).
- Deletes the created incident (Delete ServiceNow Record).
Before you begin:
- Complete the ServiceNow Setup steps.
- A local file to attach to a ServiceNow record.
You're done!
To learn more about the ServiceNow activities (including example property inputs/outputs), see the Activities page for a complete activity list and links to the activity detail pages.