If I had users that I wanted to send status reports to individually, can this be achieved through a TDP automation?
For example, I have a table that contains:
Name | Email | Item ID
Name 1 | Email1@Domain.com | 1
Name 1 | Email1@Domain.com | 2
Name 1 | Email1@Domain.com | 3
Name 2 | Email2@Domain.com | 4
Can I send an email specifically to Name 1 showing they have 3 ID's associated and a separate email to Name 2 showing they have 1 ID associated?
Update
I just found this post:
https://forums.toadworld.com/t/derive-email-destination-from-database-query/6027
Will tackle to see if it helps me achieve what I'm looking for.