How can w use wait for condition in flow designer for variable?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2023 12:53 AM
I have one variable return date on catalog item and I am using flow designer for my catalog item,
After closing one task I am putting RITM into pending requester and that time one variable will visible for user " return date" and when he will submit value in that variable then I have to set RITM as work in progress and I have to create new task.
Above requirement I am trying to achieve wait for condition but there I am not getting variable value
I want to check if return date is not empty then I can move forward my flow.
Can someone help me please??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2023 02:05 AM
Hi @lucky24,
You need to use 1st Get Catalog variables action, so that variable can be accessible inside flow. Then you can use the variable in wait for conditions as per need.
If my response helps to solve your issue. Kindly mark it as helpful & correct. It will be helpful for future readers.
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2023 02:14 AM
Hi Sagar,
Thanks for response.
I already use get catalog variable in my flow above this activity,
For other activity like if else I am able to see variable .
But for wait for condition I am only getting sc_req_item table fields in dropdown
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2023 02:06 AM
Did you not try to use Wait for condition and it's not showing the variable in the drop down?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2023 02:12 AM
Hi Ankur,
Thanks for response.
This is showing only RITM field in dropdown
How can I bring variable in dropdown list?