Skip to main content
Best answer

body gmail to googlesheet


Hi there,

I want an incomming email with label put into a google sheet.

i want the body txt split up and put it in differnet rows.

i tried the formatter and text to rows but in the last step i cant choose this.

see pictures.

 

Best answer by nicksimardBest answer by nicksimard

Hi @JasperBoekbinder,

You could do that using the Formatter. Specifically, the Split Text function, which then allows you to output separate fields for each of the pieces you split out.

So something like Jasper, Boekbinder, email@domain.com, 05/05/2020, 91.141.173.100 could become:

Field 1: Jasper
Field 2: Boekbinder
Field 3: email@domain.com
Field 4: 05/05/2020
Field 5: 91.141.173.100

Can you take a look at that option to see if you can get it working for you?

View original
Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

3 replies

ps the email is send from my own website so i can change the format

 


nicksimard
Forum|alt.badge.img+11
  • Zapier Staff
  • 2115 replies
  • Answer
  • May 5, 2020

Hi @JasperBoekbinder,

You could do that using the Formatter. Specifically, the Split Text function, which then allows you to output separate fields for each of the pieces you split out.

So something like Jasper, Boekbinder, email@domain.com, 05/05/2020, 91.141.173.100 could become:

Field 1: Jasper
Field 2: Boekbinder
Field 3: email@domain.com
Field 4: 05/05/2020
Field 5: 91.141.173.100

Can you take a look at that option to see if you can get it working for you?


Perfect thanx