I am using IFTTT to push forms sent to my email address to a Google Sheet. The contents get pasted into column A in one big clump, and I can't figure out how to split the text into columns in a way that formats well. Ideally, I'd like to only include the answers to questions on the form in the columns to the right of column A.
Here is a sample of what gets pasted into column A:
New customer message on May 9, 2017 at 12:15 PM
You received a new message from your Online Store's contact form.
Name:
Jon Snow
Email:
sample@gmail.com
Q1:
Yes
Q2:
No
Q3:
yes
Q4:
no
Q5:
no
Is there some sort of script I could use to display the name, email address, and answers to the 5 questions in the 7 columns to the right of column A?