Hi community.
I have a flow adding rows to a list from an excel table and I keep receiving this error:
"The execution of template action 'For_each' failed: the result of the evaluation of 'foreach' expression '@outputs('List_rows_present_in_a_table')?['body']?['body/value']' is of type 'Null'. The result must be a valid array.
Here's my flow:
The flow action 'Create table' creates a table and assigns the following column headers: 'Project', 'Revision', 'Code' and 'QTY'.
Here's the formula I've used in the Create item action to reference, for instance, the Project: items('For_each')?['Project'].
Thank you for any help you can give!