• 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

HELP - How to send an email with a MySql result records BUT in a single email

Mijares72

Member
Hi.. I´m trying to send a Daily email "Daily Report" with the result records of a MySQL query. I´ve already accomplish to send an email for each record (using iterator).

1736112328687.png


BUT now, I need to send a SINGLE email containgn a "table" with the N records retrieve from the MySQL query. I need the email to be structured something like this:

1736112739951.png




How can i do that ?

thanks folks.
 
Last edited:

ArshilAhmad

Moderator
Staff member
Hi @Mijares72,


The use case you are trying to achieve is not possible through Iterator or any existing tool. If you are familiar with coding (or even if you are not, you can ask ChatGPT to write one), you can try using Code by Pabbly to convert the JSON received from MySQL into your desired format and then send it through Gmail.

 
Top