I'm trying to extract data from my Outlook email which is in HTML format with images. The output needs to be a clean excel table which can later be updated everyday.
I have two main questions:
1. Is there a better/faster way to do this? Would VBA be a better tool for this?
2. Where i'm struggling is to account for the fact that the number of rows or columns could change ie. the shape of the table within these emails could change. How can this be fixed?
Here is the flow I have so far. Since I'm not good with manipulating HTML code I tried converting HTML to text. In the 'EmailStep1' step I'm trying to slice the table portion of the email, but I can't figure out how to convert this to a table.
Flow
I would truly appreciate any help here. Thank you very much in advance!