Hi, I'm using Condition in the Web Form steps. I'm trying to use the drop down value in the condition and I don't see any document talk about that. I only see the example below
[entity attribute logical name] [operand] [value]
Example:
new_categorycode = 750101
A condition can have multiple expressions. Parenthesis can be used to group nested expressions.
Examples:
new_categorycode = 750101 & gendercode = 2
new_categorycode = 750101 & (gendercode = 2 | gendercode = 3)
let me know if anyone else came across this issue.
Thanks,
-Sal