Why would it be that my 'For Each Value' is sending an email five times to each email address? Thanks.
Question
Question
Replies
How are you setting up the email address? Are you use the "current value" token from For Each Value?
No, should I? It is currently setup with the values of each Email Address and the email for each email address.
Likely yes. Can you give us more details on your workflow design?
If you use a multi-value token in a single value field, then by default, only the first value is used. So for example if you use For Each Value to go through a list of email addresses, but use the original multi-value token to set the email address, the it's always the first value. You have to be explicit and use the current value so the email activity knows you want the first email on the first pass, the second on the second pass and so on.
Currently, it is For Each Value referencing five customized emails; in the email, the To: is set to For Each Value - Current Value. Issue has been resolved