In the flow, I am listing rows from a dataverse table, then for each row am running a few actions then taking the output of the specific row and creating a csv table for each row. My problem is that inside the apply to each, when creating a csv table, the value option is returning all rows when i just want it to return the current item. If I use body/value - item, in a compose it is showing the correct row I want to use, but changing the from in create csv table to body/value - item generates the error The 'from' property value in the 'table' action inputs is of type 'Object'. The value must be of type 'Array'.
How can I take the current item of the apply to each and create a unique csv table for the item?
Thanks
This was exactly what I needed. Thank you!
Hi @Kthomas
You could create an array of each row using expression. Expression needs to be entered in the expression box as shown below:
createArray(items('Apply_to_each'))
If this helps & solves your problem, please remember to give a 👍 and accept my solution as it will help others in the future.
Thanks
Michael E. Gernaey
566
Super User 2025 Season 1
David_MA
516
Super User 2025 Season 1
stampcoin
492