This should be fairly straightforward but I'm struggling to get the result I need..
I have an Excel (it could live on SharePoint or OneDrive) and each row is a set of data.
I need to be able to loop through each row and create a PDF file with data from each row - so I quickly knocked up a flow:

however I'm getting this error message:
BadRequest. The 'from' property value in the 'table' action inputs is of type 'Object'. The value must be of type 'Array'.
Where did I go wrong!? How do output an array from the List Rows method?
Thanks in advance