Flow Designer - Wait for Condition - Catalog Variable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2020 09:34 AM
Has anyone figured out a way to do a Wait for Condition in Flow Designer on a Catalog Item Variable Value ?
Example
- Labels:
-
Request Management
- 3,462 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2023 06:58 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2021 06:46 AM
I am currently looking out for similar solution.
Any suggestions guys?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2021 04:27 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2021 12:39 AM
Thanks
I went with the similar approach with BR.
Regards,
Afsar Sheikh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2023 04:36 AM
What was the BR that you use to make it work?