@UmaV,
To map them to the correct table, such as the Recipients table, you would need to identify a unique identifier in both tables, such as an email address or customer ID.
Once you have identified the unique identifier, you can use it to join the two tables on that field. For example, if the emai...