The execution of template action 'Apply_to_each_2' failed: the result of the evaluation of 'for each' expression '@{triggerOutputs()?['body/CustomerEmail']}@{triggerOutputs()?['body/CustomerId']}' is of type 'String'. The result must be a valid array.
Thank you for the heads up
Hi @SDavis ,
'Apply to each' action is a loop to execute some actions. So its input parameter must be an array.
It's a bit like forEach in js.
Best Regards,
Wearsky