Hello all,
Inside the Case of a Switch, is it possible to use expressions? e.g.
equals(parameters('parameter1'), 'someValue')
The Switch itself would be 'True' or 'False'.
This is a common construct in programming languages. In Power Automate, it seems that the expression can only go inside the Switch part, and literal values in the Case parts. Is that correct?
Thank you!