• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

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

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