
Announcements
Simple Flow that queries ADO values--->Sends notification to EM owners ---> Get Error as below. Appreciate help/guidance. Thanks.
The execution of template action 'Apply_to_each' failed: the result of the evaluation of 'foreach' expression '@items('Apply_to_each_2')?['MicrosoftTeamsCMMI.EMOwner']' is of type 'String'. The result must be a valid array.
Hi @anuchinta ,
Just based on the error it seems like you are providing a string input into your 'Apply_to_each' action. Review the input that you have in that action. If the content you are providing is just a string and not an array, you will receive that error.