I have a website that I collect details from and details are submitted via a form that lands into my mailbox. Here are the details:
- Question 1:
- Other:
- Ouestion 1 Details:
- Question 1 Details 2:
- First Name
- Last Name
- Address
- Town / City
- Country
- Post Code
- Telephone
- Type of Form
I want to be able to extract certain details from the body of the email. I attempted to do this with Power Automate but got an error after using this expression for example.
trim(first(split(last(split(body('Html_to_text'),'Question 1')),'Other')))Not working for me. Any ideas?

Report
All responses (
Answers (