juanmontero
Member
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
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