In my case, I have one table where there is a primary key called quoteId
and one email column(emails can be duplicate for many quoteId) and one
recipientId as foreign key. while importing this in Recipient table
email Id is kept unique(since I don't want duplicate email id in
recipient table). While sending deliveries to all quoteId, I take all
quoteId from that table and then apply change targeting dimension to
Recipient(Since its mandatory to send deliveries). But after the
delivery when I see...