Hi there,
I'm trying to build a flow where the following happens;
1. Contact Us email is received
2. Flow picks the email address out of the of the body of the received email
3. Flow delivers an email to the email address provided
I'm struggling to find an adaptable solution to #2.
Here's the format of an email i'd want the flow to read;
First name: *****
Last name: *****
E-mail: ******@live.co.uk
May we contact you about news and offers: yes
Message: How can I do x while y?
The "First name", "Last name", and "E-mail" output are all of variable lengths (determined by the users who input) and so existing solutions i've found on the forums don't seem to help (as far as i can understand);
https://powerusers.microsoft.com/t5/Building-Flows/Read-email-content-from-body-of-the-email-extract-and-create/td-p/87093
https://powerusers.microsoft.com/t5/General-Flow-Discussion/Using-a-flow-to-extract-email-body-details/m-p/149186
Any suggestions would be welcome! 🙂