Hello ,
i have two table
Table 1:
| Days | Status | Product Family | Market |
| 5 | Late | ABC | Germany |
| 13 | Late | ABC | Taiwan |
| 14 | Late | XYA | Taiwan |
| 21 | Late | E AKS | Argentina |
| 22 | Late | LKSF | Taiwan |
| 26 | Late | OLKA | Taiwan |
| 28 | Late | PQO | Brazil |
Table 2: This list is having country specific Lead managers
| Country | User |
| Argentina | Empl1 |
| Argentina | Empl9 |
| Argentina | Empl8 |
| Argentina | Empl13 |
| Brazil | Empl9 |
| Brazil | Empl10 |
| Brazil | Empl12 |
| Brazil | Empl6 |
| Brazil | Empl7 |
| Brazil | Empl8 |
| Brazil | Empl7 |
| Taiwan | Empl11 |
| Taiwan | Empl1 |
I need to send Notification mail to All manager when country in both table matched
For example :
Taiwan is present in both the table then I need to send only one notification to Emp1 and Empl11 with
Table as attachment with table content
| 22 | Late | LSKF | Taiwan |
| 26 | Late | OLKA | Taiwan |
So far i tried doing something which is sending individual entry to each manager (attachment of flow )