ActionBranchingConditionNotSatisfied. The execution of template action 'Switch' skipped: the branching condition for this action is not satisfied.
Switch is in the true side of the IF statement.
I have tried different things for the value for the switch. 1) field from the request, 2) variable, 3) string
I used compose to see the value(s) before the IF statement. Always shows correctly.
Switch worked before the IF statement was added and when I remove the IF statement the switch still works.
anyone have experience with this?