Can we read the variales from sc_task in flow ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-10-2024 04:06 AM
I have created a flow , in my catalog item I have created a variable and created a UI policy such that it will be only visible in sc_task . and when the field is visible in sc_task if the approver/user updates that dropdown(contains yes or no) field and closes the sc_task . based on that field values if it is yes it should start a new flow if its else it should start a new flow. Is it possible to read the variables from sc_task in flow ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-10-2024 04:12 AM
Refer to this
Access RITM Variables using Flow Designer - ServiceNow Community
This is for RITM but you can do the same for SC_task.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-10-2024 05:15 AM
Hi @kiran kumar m1 ,
Using Get Catalog variable action you can achieve this.
I have created a simple flow and creating 2 different sctacks based on the variable choice(yes/no), that we displayed in the first sc_task. Please check the attached screenshot.
if my response is useful please mark helpful or accept as a solution.
Thanks!