hi,
I have a list with a choice in it. These choices are just text. When I create a switch case statement in Microsoft flow. I get the following exception:
ExpressionEvaluationFailed. De uitvoering van de sjabloonactie Schakeloptie is mislukt. Het resultaat van de evaluatie van de scope-actie voor de expressie @triggerBody()?['thechoice'] is ongeldig. Dit is van het type Boolean, maar er wordt een waarde van het type String, Integer verwacht.
=> Microsoft flow thinks my choice field is a boolean.
Strangly enough in the following post it is being said that this should just work:
https://powerusers.microsoft.com/t5/General-Flow-Discussion/Switch-case-based-on-SharePoint-choice-Field/td-p/40865
Thank you !