
Announcements
The execution of template action 'Apply_to_each_7' failed: the result of the evaluation of 'foreach' expression '@triggerOutputs()?['Body/ProductLine']?[0]?['Value']' is of type 'String'. The result must be a valid array.
Hi @Frank-Young
It looks like 'Value' property is a string not an array, could you pls try using @triggerOutputs()?['Body/ProductLine'] as ProductLine is an array object. If you could not figure it out, then pls share the flows screenshot along with flow history.
If this helps & resolves your problem, please remember to give a 👍 and accept my solution as it will help others in the future.
Thanks