Apply to Each has broken my brain.
I am reading a json array, and processing each record in an Apply to Each. At least that's what I want to do.
In the Apply To Each I send and email with the contents of the current record. But now I am getting multiple, duplicate emails.
Posts here say the issue is the email task inside the Apply To Each.
I expected Apply to Each to be something not unlike a cursor in SQL, Get a record, do something, get the next record, repeat.
How is Apply to Each different than this?
Thx