• 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

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
 

Supreme

Well-known member
Staff member
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.
 

Supreme

Well-known member
Staff member
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.

 

Supreme

Well-known member
Staff member
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