- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2025 03:32 AM - edited ‎05-08-2025 03:41 AM
I have a catalog item [sc_cat_item] and a variable [item_option_new] in it. I want to use that variable in a flow. How can I pass that variable to that flow?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2025 04:06 AM
You can use "Get Catalog Variables" flow action and access the variables submitted and get their values.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2025 03:37 AM
Hi @thebananek
Check the below doc/video to configure flow on the service catalog.
https://www.servicenow.com/docs/bundle/xanadu-build-workflows/page/administer/flow-designer/task/cre...
Regards,
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2025 03:51 AM - edited ‎05-08-2025 03:52 AM
Sorry but variable elements [item_option_new] are not available in data pill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2025 04:01 AM
@thebananek May i know what's your exact requirement?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2025 04:16 AM
I have catalog item and variable which is reference to other custom table.
On the form user selects record from custom table.
I want to pass that record to a flow. Then I want to use that record to run a subflow and then underpin the catalog item by the flow.