Automating ServiceNow Ticket Creation for Multiple Clients

Not Yet Reviewed

I need to create ServiceNow tickets using the "ServiceNow Incident Create" activity for multiple clients. Can we use a loop or any existing option to automate this repetitive task

0

Comments

1 comment
Date Votes

Please sign in to leave a comment.

  • There isn't a built-in loop option, but you can use multiple steps with different configurations. Are you creating tickets in the same ServiceNow instance or multiple instances?

    For the same instance:

    1. Chain the Create Incident or Create Record steps for each client.
    2. Or copy and modify the Create Incident step, adding an needed inputs and modifying the script to loop through and create incidents.

    For different instances:

    • Use a step for each instance, as each requires configured endpoints. You can chain the Create Incident or Create Record steps, passing relevant information to each.

    The Create Record step is better for handling extra fields not included in the Create Incident step. Configure it for the incident table in ServiceNow.

    0

Didn't find what you were looking for?

New post