How can w use wait for condition in flow designer for variable?

lucky24
Tera Contributor

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 

 

lucky24_0-1691135533422.png

 

I want to check if return date is not empty then I can move forward my flow.

Can someone help me please??

 

18 REPLIES 18

Sagar Pagar
Tera Patron

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

The world works with ServiceNow

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

 

lucky24_1-1691140488720.png

 

Ankur Bawiskar
Tera Patron
Tera Patron

@lucky24 

Did you not try to use Wait for condition and it's not showing the variable in the drop down?

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

Hi Ankur,

 

Thanks for response.

This is showing only RITM field in dropdown

lucky24_0-1691140266061.png

 

How can I bring variable in dropdown list?