I'm trying to create a workflow from a custom entities that has a sub-grid of many contacts. In the workflows, I want to send a single email to each contact, but not a single email to ALL contacts at once, as the data contained on the email is specific to
the contact and confidential. I cannot even allow the other contacts to know any of the other emails have gone out.
I don't see anyway to loop through the contacts in the workflow and send the email. Is this possible in CRM 2011? Can someone guide me in the right direction here? It seems easy but I don't see how to iterate through the contacts within
the workflow. Maybe a child workflow can do this?
If I was just in C#, I do a foreach for the collection of contacts. But I don't see a way to do this in a workflow. What am I missing?
Jon Gregory Rothlander