I have an IPA flow that collects employee data from multiple SQL queries. I have stored the data in an object called oEmployees with a key of the employee number: oEmployees[empnum].
Now I need to loop over the oEmployees object and send an email to each employee. What is the best way to loop over an object to send an email using the Email node? My initial thought is the For Each loop but not sure how to setup the looping statement.
Shawn Van Sluys