I am attempting to evaluate a drop down field on a form that is in a collection in an Exclusive Gateway.
What I am trying to achieve: If Drop Down only has value X then TRUE; if Drop Down contains X (and other values) then FALSE.
However, when I setup my exclusive gateway with /dataset/Collection/Drop_down="X"
it treats this statement as CONTAINS. How do I modify this to only evaluate as TRUE when the only value is X and as FALSE when there are multiple different values (That may CONTAIN X?)
Regards,
Travis
P.S. I have attached a simple example of what I am trying to achieve.