Can we read the variales from sc_task in flow ?

kiran kumar m1
Tera Contributor

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 ?

2 REPLIES 2

Anurag Tripathi
Mega Patron
Mega Patron

Refer to this 

Access RITM Variables using Flow Designer - ServiceNow Community

This is for RITM but you can do the same for SC_task.

-Anurag

Community Alums
Not applicable

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!