I'm testing a workflow that looks at a multi-value field for Assigned person, and loops through with a "For Each Value" to grab the person's name and find the email address to send an email.
I'm running into a couple of issues. One is that in the "foreachvalue_current value" token isn't populated with anything, even though the metadata fields are filled in.
Additionally, I have two names in the multivalue field, however the tokens show that it's finding 3 iterations, and then sends out 3 emails (we have a "find email" workflow where if no name shows, it sends to a default user -- that user is getting 3 emails).
I'm also getting a "index token did not resolve to a number" error -- I tried creating a token from the field with the error, made sure it was listed as "string", and I still get the error.