
The title pretty much says it all. Is it possible to use an expression/dynamic content/variable in the target values of a switch control in Power Automate?
I don't mean here, because that is obviously easy.
I mean here.
Is it possible, and if so, what is the syntax? It won't accept '@' before variable('title'), example. Thanks in advance for a clear answer to this problem that has been plaguing me!
Unfortunately its not possible to map dynamic values under Case equals evaluator.
Workaround is use the IF condition to use instead of Switch Case action step.
Thanks