Solved
Unique Criteria and Failed Participants in Programs
I'm running a basic email chain program to provide monthly notifications to a subset of our clients, approx 100. Our goal is to send only one email to a single contact for each client so we're using an account number field as unique criteria. About 40% fail out for various reasons so in those cases no notification will be sent without some time consuming intervention. Ideally I would like the program to keep iterating through contacts on each account until it finds one that won't fail out. I haven't come up with a graceful way to accomplish this yet. Has anyone else encountered this challenge? Appreciate your suggestions, thanks!