I have a route that will go to an activity if one of three possible variable answers are chosen from a form - otherwise it will go elsewhere.
Do I handle this in the condition expression with an OR statement?
Such as:
changeType=='new hire' OR changeType=='term' OR changeType=='raise'
(not a programmer, by the way, so answer with that in mind)
Thank you,
Greg