- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
are you sure the variable has value as yes when your flow checks it?
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi Team, it is not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
are you sure the variable has value as yes when your flow checks it?
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader