Hi,
I'm trying to build a flow to copy tasks from the task planner to an excel table (with name of the task, the start date, due date and the assigned users) and get an error saying:
"The execution of template action 'Apply_to_each_3' failed: the result of the evaluation of 'foreach' expression '@items('Apply_to_each')' is of type 'Object'. The result must be a valid array."
The 'Apply_to_each' refers to each task, the 'Apply_to_each_3' refers to the assigned users (as there can be more than one). Does anyone has an idea how to either build the flow different to avoid an 'Apply to each' inside an 'Apply to each' or how to solve the conversion issue with the array?