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 04:00 AM
Can you please share wha is the error?
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2023 04:07 AM
Hi Anil,
Please see above screen shot , I want when user submit return date then flow should go move forward

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2023 02:07 AM
Hi,
If you are planning to use catalog item variables in your FLOW for validations, setting field values etc then you need to use 'Get Catalog Variables' Action to read all catalog variables. Then you can use these variables in your flow.
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2023 02:19 AM
Hi Anil,
I used Get catalog variable in my flow and I am able to use variable for if condition.
I am not getting variable in wait for condition dropdown.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2023 02:36 AM
Hi,
Try below.
1. Create one Flow Variable
2. Use Set Variable Logic to set the variable
3. Use 'Do Until ' Loop like below - > do the following until variables->flow Var->date [IS Not]
Step 4 and 5 is repeated again to read variable again from database and set flow Variable value from latest read.
Thanks
Anil Lande