Best answer

body gmail to googlesheet


Userlevel 1

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.

 

icon

Best answer by nicksimard 6 May 2020, 00:28

View original

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

Userlevel 1

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

 

Userlevel 7
Badge +11

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?

Userlevel 1

Perfect thanx