
Announcements
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:
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?
Hi there,
If it's coming in all bulleted or at least one different lines, I would split by NewLine to turn it into an array.