Hi! I have a multi-line table (actual # of lines will vary with each submission). From this table, I will need to send out email notifications to each person listed in the table and include another field in the table in the email notification.
For example, my table may look like this:
City ID FName LName Email Disposition
3333 John Doe jdoe@gmail.com In Compliance
3334 Jane Smith jsmith@gmail.com Non Compliance
3335 Mary Murphy mmurphy@gmail.com In Compliance
I need to send an email to each individual separately and include their disposition only in the notification -- I need 3 emails with the disposition specific to that individual.
I can't figure out how to do this utilizing the table. Can someone help?
Thanks!
Laura