Hi everyone,
I've a Form with a question that can have multiple responses like this:
Question A
1 - Y
2 - Z
3 - W
The result could be just the selection of one or more. I've create several options on the switch case: equals Y or equals Z or W Bu when i run the flow it gets the answer from the form like this: ["Y"] It's never equal to Y In the switch case I've tried to change to ["Y"] and it gives an error. I've also tryed to save equals "Y" and it saves but when the flow runs it gets back to Y without commas.
Any idea how to work this around?
Thank you 🙂