I have an inspection report that lists deficiencies in a table and each row of deficiencies has a name field to assign that row to someone as a task.
The next step in the process needs to email everyone named on a row so that they know they have a task to complete. I currently have the form working, but it emails each name. If a name is in there twice, they get two emails. If they were named 3-4 times, they get 3-4 emails etc, etc.
I'm thinking of a hidden field that would be formulated to collect the names to email out to, but it would have actually two conditions.
1) First condition would be... if the name is already in the list, don't collect it again.
2) Second condition... if the radio button for status says "completed" then don't collect this name.
The form process is in a loop so that individuals can come in and continue adding comments until ALL of the tasks are completed. So, if I can get these two conditions working it will...
1) Solve the problem of someone getting notified of a newly assigned form more than once.
2) Sove the problem of EVERYONE getting the REMINDERS when some of the people have completed their tasks.