I'm trying to use a switch taking answers from microsoft Forms, the anwsers are multiple option, but the output of the form is ["Answer1"] so the switch have an error:
The template validation failed: 'The template action 'switch' at line '1' and column '8589' is not valid: the value '[ "Legal" ]' specified for 'case' property in switch case 'Case' is not allowed. Only values of types string, number or a '@parameters()' expression that evaluates to a number or a string is allowed.'.
How can i use the answer to do some actions with switch? If switch doesn´t admite the symbol [ ]
I need use these answers thats the requariment