Hi I am creating my first flow,
I am using Get File Content to retrieve a CSV file,
email, Desc
Me@me.com , hello world
I initialize my variables then use.
Apply To Each, the idea been to split the the row contents into an array and populate the send email with myArray[0]
However when I test run I am greeted by the error
The execution of template action 'Apply_to_each' failed: the result of the evaluation of 'foreach' expression '@outputs('Get_file_content')?['body']' is of type 'Object'. The result must be a valid array.
the file is valid and held in sharepoint, and I can't see any properties to change the 'Object' type. can anyone point me in the right direction please.
thanks jason