- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-28-2016 07:00 AM
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
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-28-2016 07:16 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-28-2016 07:16 AM
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.