I'm attempting to use a switch function based on a keyword from a teams group chat trigger.
The idea being that the keyword searched for is 'Refresh' and then there will be multiple cases based on the keyword so Refresh - StockYolding will do an action, Refresh - Fleet etc.
Problem with the flow is that I have the on switch based on the value from the trigger 'The list of messages that triggered the flow' but when I try and run the flow I get the following error:
"The execution of template action 'Switch' failed: The result of the evaluation of 'scope' action expression '@triggerOutputs()?['body/value']' is not valid. It is of type 'Array' but is expected to be a value of type 'String, Integer'."
Any help appreciated
