- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2025 11:51 AM
Hi All,
I'm seeking guidance on the most effective way to modify the created Request (sc_request) on Order Guide submission. These changes should be on insert and include the following
1. References to variables from the request items to add to the table columns.
2. Predefined routing at the Request field level. Possibly an order guide script.
3. If this can be done with a flow. Is there an example that I can be pointed?
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2025 01:52 PM
Hi @BK22 ,
Please go through below articles might help you!
https://www.servicenow.com/community/developer-forum/flow-designer-for-service-catalog/m-p/2120985
Thanks,
Pradeep
Regards,
Pradeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2025 12:15 PM
Hi there @BK22
Loop through items to access variables (e.g., item.variablePool.<varName>) and set them on the sc_request.
For routing, update fields like assignment group directly on current in the same script.
Flow Designer can be used, but it has limited support for sc_request in Order Guide context—script is more flexible.
If this helps kindly accept the solution
Kind Regards,
Mohamed Azarudeen Z
Developer @ KPMG
Microsoft MVP (AI Services), India
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2025 01:39 PM
Hi
Thank you for the fast reply.
Do you know of an example article using these steps??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2025 01:52 PM
Hi @BK22 ,
Please go through below articles might help you!
https://www.servicenow.com/community/developer-forum/flow-designer-for-service-catalog/m-p/2120985
Thanks,
Pradeep
Regards,
Pradeep