Flow Designer_Check <Item> when part of an Order Guide, then if
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-05-2024 11:20 PM
Good evening,
I have a Flow built in Flow Designer which is running against an Item which is an Order Guide.
I want the flow to wait for approval then;
if Item = "cat" raise 3 sc_tasks assigned to different groups
if item = "dog" raise 2 sc_tasks assigned to different groups
etc (above is an example).
I am struggling however in checking the item. I have tried the attached two examples and the test flow is 'evaluated false' at each step despite the RITM I am testing against definitley being true in these trigger points.
Can you please help?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2024 03:27 PM
It's difficult to tell from the screenshots, but if the variable is not in a variable set then it’s likely to only work for one cat item as they are essentially different variables. If in a variable set then you can check it against multiple cat items that trigger the flow.