Use PDIs? Take our 5-minute survey to help shape the PDI roadmap.

flow desiner

avinash1289
Tera Contributor

Hi Team,

 

Infrastructure Required is yes, then new task should create , the infrastructure is updated in the sc task variables  only.we  are using the flow desiner

 

avinash1289_0-1785510552844.png

 

1 ACCEPTED SOLUTION

@avinash1289 

are you sure the variable has value as yes when your flow checks it?

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

6 REPLIES 6

NagaChandaE
Mega Sage

Hi @avinash1289 ,

If a new task should be created only after the current task is closed, use Flow Designer to check the catalog variable after the task step. Add a “Get Catalog Variables” action, read the Infrastructure Required variable, and if its value is Yes, create the next task. If it is No, do not create any additional task.

Example 

NagaChandaE_0-1785657127386.png

 

Danish Bhairag2
Tera Sage

Hi @avinash1289 ,

 

Can u share the snip of ur flow. As shared in the above post by @NagaChandaE first u need to get the variables values using the action get catalog variables n then use it in an if condition to check what's the value of that field in order to route to specific path.

 

Thanks,

Danish Bhairagdar 

avinash1289
Tera Contributor

Hi Team, it is not working

avinash1289_0-1785759616105.png

 

@avinash1289 

are you sure the variable has value as yes when your flow checks it?

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader