I'm trying to build a flow that extracts some data from an email and inserts it into a Google Sheet (has to be Google unfortunately).
My main question is, can I somehow parse out a specific URL from the email body html? The emails are automated emails from an outside system, but the link I need is always in a button with a specific text. I think I'll be able to fund the URL itself from the HTML, but I'm not sure what actions would be best.
Do I need one of the data operation actions? Or something else completely?
My second, less important question: can I somehow cut out parts of the subject line before inserting it into the sheet? This is less pressing, because, if push comes to shove, I can use functions within the sheet to solve this.
Thank you in advance!