Hi,
I am trying to connect to an XLSM file in sharepoint and list the rows in order to send email notifications based on cell content.
I have used the 'Get file metadata' module to pull the folder and then the 'Get Tables' module to pull the correct table from that folder.

I can the 'List rows present in the table'. However, when using the select function it does not show the discreet rows. It only shows 'values' and body as highlighted.

Does anyone know how I can have the rows listed as dynamic content so I can use them in creating html tables and sending emails?
Thanks