Hey everyone!
I’m trying to figure out how to automatically pull specific info from emails we get when someone requests a quote through our website. The emails follow the same format every time, and I want to break out the important parts so I can send them to Google Sheets (or wherever else down the line).
Here’s what a typical email looks like:
Phoenix
Phoenix
2025-06-09
local Move
Jon Doe
jondoe@gmail.com
6021234567
---
Date: June 4, 2025
Time: 7:08 pm
Page URL: https://movinandremov.com/
User Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS AppleWebKit/604.1.16 (KHTML, like) Version/19.5 Mobile/15E289 Safari/605.1
Remote IP: 3a08:bac2:5fuc:1260::1d3:97
Powered by: Elementor
What I want is all of the information in the top section and then I want the date (I don’t need the time) All of the other information I don’t need.
I’ve tried formatting by selecting text split and then selecting \n and all of that but I can’t seem to get it to separate. It keeps only having one input and output. Does anyone have any solutions? Thank you in advance