Save attachments from Gmail to a Google Drive folder

Fagun Shah

Well-known member
As pabbly connect does not have gmail trigger you need to setup email parser to forward all emails to pabbly email parser email id.

Attachment size limit is 1 mb.

Here is a video on email parser -
 

amas

Member
Hi, I think this tutorial is obsolete. Let me explain.

I forwarded my email form gmail to the email parser but I get the links "all separated" (see attached file), not as an array as seen in the tutorial.

If I could get an array I could use the iterator to bulk process all of them and then filter the desired links (in my example, I want to discard the image files).

The problem is i get all the links separated and I dont `t know how to bulk process them without the iterator. Furthermore, sometimes I receive 1, 2 or 3 links so I can´t neither deal with this different number of attachments. Any help will be welcome! Thank You
 

Attachments

  • Captura de Pantalla 2022-07-06 a las 0.17.30.png
    Captura de Pantalla 2022-07-06 a las 0.17.30.png
    184.3 KB · Views: 162

Fagun Shah

Well-known member
Hi, I think this tutorial is obsolete. Let me explain.

I forwarded my email form gmail to the email parser but I get the links "all separated" (see attached file), not as an array as seen in the tutorial.

If I could get an array I could use the iterator to bulk process all of them and then filter the desired links (in my example, I want to discard the image files).

The problem is i get all the links separated and I dont `t know how to bulk process them without the iterator. Furthermore, sometimes I receive 1, 2 or 3 links so I can´t neither deal with this different number of attachments. Any help will be welcome! Thank You
To capture the response as an array you need to toggle off the simple response.
 

amas

Member
To capture the response as an array you need to toggle off the simple response.
Woow, your answer has been very helpful, thank you and excuse my ignorance!

Another detail that may be of interest... When doing a test with the iterator module, you will only receive the first value. This is not a bug since when executing the live workflow it will process all the values one by one.

Happy day!
 
Top