The following table lists the activities that are included in the ServiceNow Activities Package.
Activity | Description |
---|---|
Establishes an authenticated connection between UiPath and your ServiceNow instance. | |
Retrieves a specific record. After retrieving the record, the activity outputs the status of the request (success/failure information) in a | |
Retrieves specific records using your encoded query string (Query). After retrieving the records, the activity outputs the result of the query as a | |
Inserts a new record object. After inserting the record, the activity outputs the status of the request (success/failure information) in a This activity also returns the sys_id value of the new record object. For example, if you want to insert a ServiceNow incident object, you can output the sys_id value by adding a | |
Updates a specific record. After updating the record, the activity outputs the status of the request (success/failure information) in a | |
Updates or inserts one or more records using an import set. After completing the operation, the activity outputs the result of the insert in a | |
Updates or inserts one or more records. After completing the operation, the activity outputs the result of the insert in a | |
Delete a specific record. After deleting the record, the activity outputs the status of the request (success/failure information) in a | |
Uploads a file to a specific record object. After uploading the file, the activity outputs the sys_id of the attachment and the status of the upload (success/failure information) in a | |
Deletes a specific file. After deleting the attachment, the activity outputs the status of the request (success/failure information) in a | |
Downloads a specific file to a local folder. After downloading the attachment, the activity outputs the status of the request (success/failure information) in a |
Updated 2 months ago