- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2025 03:43 AM
I have some variables which are not accessible while submitting request, but accessible on sc task e.g.: contract number, serial number, lease end date.
Contract number is reference variable referencing to ast_contract table.
I want to pass this catalog task variables to the create record action to alm_asset table.
Contract Number = sc_task_contract_number.
Serial Number = sc_task_serial_number.
I tried using "Get Catalog Variables" but not working
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2025 04:31 AM
Ya Got this,
1) We need to use "Wait for Duration" with 5-10 seconds.
2) We need to use "Get Catalog Variable" again and then pass it in flow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2025 05:49 AM
share the subflow screenshots, how did you configure, how are you invoking it and what you are sending to subflow?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2025 08:53 AM
Can you please explain the complete flow of your catalog item? This will help me understand your requirment correctly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2025 04:31 AM
Ya Got this,
1) We need to use "Wait for Duration" with 5-10 seconds.
2) We need to use "Get Catalog Variable" again and then pass it in flow.