I have a form that has a table with a Condition column. The Condition is a Radio Button with 4 options and one of the options is "Needs Maintenance". In my process modeler, there are 2 routes; Needs Maintenance, and all others. I am struggling to get the Gateway Conditional Expression to work properly because the token for the column is a multivalue token and I am not seeing an option for using contains. How do you create conditional expression for a multivalue token?
I tried to make the Default route the Needs Maintenance branch with a Does Not Equal condition on the No Maintenance branch, but everything processes through the No Maintenance branch
What do I need to do to be able to use a contains or not contains condition?