Hi All,
I've been watching https://www.youtube.com/watch?v=i4GHCGMAD88 and this has helped me get some data from a HTML table in an email. However, I have run into and issue that I can't seem to fix.
So far I have gotten to the SelectRowsFromHTML


with the value being an expression -
xpath(xml(outputs('ComposeHTML')),'//table[1]//tr[13]/td[2]//text()')?[0]
However, when I test this, I get 17 rows in the ComposeCountRowsMinusOne and when I go to select the row/column etc, It populates all 17 with the data from row 13.
I just want to select the data in that specific row and column.
Any advice would be much appreciated.