ServiceNow Updated Record trigger
- Updated: 2023/05/17
ServiceNow Updated Record trigger
Create a trigger that monitors a ServiceNow table for updated records and begins succeeding RPA actions in your bot flow.
Prerequisites
- The bot creator must have access to a ServiceNow account with required permissions to perform tasks enabled by this package. See Roles.
- Follow ServiceNow guidelines for authenticating to external client with OAuth 2.0. See Setup OAuth.
- Create a Developer account and Developer instance in ServiceNow. See Personal Developer Instances.
- Ensure that you are authenticated before initiating any ServiceNow action. See Authentication
The updated record trigger monitors the record within a time period. When updates occur, the trigger invokes and returns data. If multiple records are updated within the entered period, then data of multiple records is returned.
Map your trigger to a ServiceNow table. Enter the time period to send a query for that table data. When an updated record is found, this trigger is invoked and can begin succeeding bot actions.