Flow Designer - Wait for Condition - Catalog Variable

kklosterman
Giga Guru

Has anyone figured out a way to do a Wait for Condition in Flow Designer on a Catalog Item Variable Value ?

 

Example

find_real_file.png

 

 

find_real_file.png

9 REPLIES 9

This looks brilliant if it works!  Which table is that sys_id from? Feel like it could be any of the *item_option* tables.  I usually end up using gliderecord to query variable values, and this would be a huge improvement, but it not clear to me how you dot walk to the value.

Afsar2
Tera Contributor

I am currently looking out for similar solution.

Any suggestions guys?

 

I have used dot walking from RITM table to the catalog variables. But it is not working, it not suggested by the servicenow to use Catalog variables on the FLOW. Read the last paragraph in the below link.. 

 

https://docs.servicenow.com/bundle/paris-servicenow-platform/page/administer/flow-designer/reference/wait-for-condition-flow-designer.html

I have used a BR, to set a field on RITM, which i am checking in the flow 

Thanks @Harsha Pappala,

I went with the similar approach with BR.

 

Regards,

Afsar Sheikh

What was the BR that you use to make it work?