Iterations

pburki

Member
Hello,

I am retrieving records from a SQL database. The step retrieve a few contact records. I would like to send an email to each of the contacts retrieved. Is there a way to do this ? I thought to use the iterator function, but it requires to receive the data as an array.

Thanks for your help,
Philippe
 
D

Deleted member 15445

Guest
Hey @pburki

You can receive the data as an array from SQL and then use iterator after it. You can do the same by turning off the "Simple response" button in the trigger step and the click on "Save and Send Test Request" to capture the response in array format.
Kindly refer to the video linked below for all the instructions.

1714386388221.png


 
Top