Flow Designer_Check <Item> when part of an Order Guide, then if

brookej 87
Mega Contributor

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?

1 REPLY 1

Danny Mortensen
Tera Contributor

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.