Catalog item Variables in Workflow

avinash21
Mega Contributor

Hi All

I am working on a integration for provisioning servers from Catalog items, Users from catalog item can fill the inputs , these inputs will be passed via a REST API to external app which will provision the VMs. I have created a REST Message and defined variables . I need help in how to map the user inputs to Rest Variables , is Workflow the correct approach or any other way it should be done?.

TIA

1 ACCEPTED SOLUTION

In a workflow, you can access variables in a similar manner. In scripts,



current.variables.variable_name



As for Orchestration, it automates simple or complex multi-system tasks on remote systems. For pricing, consult your ServiceNow rep.


Orchestration


View solution in original post

5 REPLIES 5

In a workflow, you can access variables in a similar manner. In scripts,



current.variables.variable_name



As for Orchestration, it automates simple or complex multi-system tasks on remote systems. For pricing, consult your ServiceNow rep.


Orchestration