Does the "actions()" expression not allow dynamic content for its parameter?
I'm getting this error when I try to save a flow with the expression "actions(items('Apply_to_each_3'))" inside a Compose action within an Apply to Each action.
"Flow save failed with code 'InvalidTemplate' and message 'The template validation failed: 'The template action 'Compose_5' at line '1' and column '6644' is not valid: "The template function 'items' is not expected at this location.""
I've also tried simple test flows with a similar result. It only seems to accept a hardcoded string.
Hi @lhewitt
Unfortunately not. There is no evaluate function or similar, you have to supply/hardcode a string i.e. you can't dynamically supply its input