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

