• 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.

How to iterate and send all Labels and Values from GSheet via email?

auguk

Member
Hello,
I want to receive different Google Forms to my Pabbly Workflow and then email the form entries via email (I will use Gmail).

My question is - how can I iterate through all the Labels/Values of received Google Sheet Row and create an email with all the fields?

I want to use this workflow for different forms with different fields. So field names are not fixed. That's why I just want to iterate through the received data and email it.

Can someone suggest what integration I can use for this?
I thought Pabbly Iterator could do this, but it is asking for an array.



Thank you
Augustas
 
P

Pabblymember11

Guest
Hey @auguk

To use the Iterator action step you need to first capture the webhook response in advance format by toggling the "Simple Response".

Please check out the following video tutorial for your better understanding.

 

auguk

Member
Understood, thank you.
And then how can I iterate through results and send them all inside the email body?
 

auguk

Member
I am looking for the answer how I could send all the Labels<>Values via email when the list of Labels received are dynamic, since they are received from different Google forms with different fields.
 
P

Pabblymember11

Guest
Hey @auguk

am looking for the answer how I could send all the Labels<>Values via email when the list of Labels received are dynamic, since they are received from different Google forms with different fields.

Do you want to pass all the fields and their values present in the JSON array at once?

If yes then pass the JSON array to the Line Itemizer action step which will pass the data in comma separate values.

 
P

Pabblymember11

Guest
Hey @auguk

Kindly share the output result of your concern via screenshot or a short video, so that we can check the possibility of it.
 
Top