Create Record
Creates a new record in a ServiceNow account.
To use this procedure, make sure your agent has learned the Servicenow Book (BDK).
Syntax
Below is a line-by-line overview of the automation syntax. Expand each line to learn more.
Examples
1. Create a new incident in the 'incident' table with the specified attributes.
create a json
use the above as the incident
set the incident's "short_description" to "Test Incident"
set the incident's "urgency" to "1"
set the incident's "impact" to "1"
create the incident in "incident"
Last updated
Was this helpful?