• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

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: 90

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