• 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

Loop over multiple results

Status
Not open for further replies.
Greetings,
I have one flow: Test - Schedule To MySQL (Beta)

In it I have a custom MySql query and the result has multiple rows.
I would like to know to send those individual rows results to another app, lets say freshdesk.

If my query result contains 3 rows (column: name, email), how can i create 3 tickets on freshdesk?

Result of Query:
1 Juan [email protected]
2 Maria [email protected]
3 Susan [email protected]

Thanks
 
Thanks Fagun. I have checked this before, but the problem with how MySQL connector is that the data is sent to pabbly row by row, not in json.

So I end up with hundreds of row like this:

result 0: name
Result 0: email
Result 1: name1
Result 1: email 1
Result 2: name 2
Result 2: name 2

And so on.
 

Fagun Shah

Well-known member
Thanks Fagun. I have checked this before, but the problem with how MySQL connector is that the data is sent to pabbly row by row, not in json.

So I end up with hundreds of row like this:

result 0: name
Result 0: email
Result 1: name1
Result 1: email 1
Result 2: name 2
Result 2: name 2

And so on.
Try turning off simple response toggle. It is above Save and Send Test Request Button.

Once you turn off that click on Save and Send Test Request button again.
 

Pabbly

Administrator
Staff member
@juanmontero

We have updated your workflow. Please check it

1623913761708.png
 
Status
Not open for further replies.
Top