Hi,
I have this requirement as mentioned below :
Input 1 :
| Invoice # | Handler ID |
| 123A | A;B;C |
| 345B | A |
Input2 :
| Hnadler ID | Handler mail id | Handler Name |
| A | AAA@xxx.com | Smith |
| B | BBB@yyy.com | John |
| C | CCC@zzz.com | Kary |
How can i send one email including A,B,C for invoice 123A and other email to A for invoice 345B . Also note there is no email id in input 1 . That needs to picked up from Inputy2 .
Thanks