Hello Al,
I need one help, where I have a Data, based on the Owners + Client (Multiple Owners + Multiple Clients) we need to create different attachment and it need to send different emails based as per the attachment generated by Alteryx, Email ID is same but Subject line needs to be defined based on Owner.
This is How the data will be
| | | |
| Sl.NO | Client Name | Owners |
| 1 | Mr A | Orange |
| 2 | Mr B | Blue |
| 3 | Mr A | Orange |
| 4 | Mr C | Green |
| 5 | Mr C | Blue |
| So on | and so on | So on |
We need to Group the Client and Owners in one attachment and send email based on that group, since there can be N number of clients I am unable to use Filter tool option as it has to be pre-defined and we have multiple possibilities hence i need your help to do the same.
so please help me in splitting the data like below and sending them in multiple emails.
What has to happen it. create a separate attachments like below and send different emails .
| Sl.NO | Client Name | Owners |
| 1 | Mr A | Orange |
| 2 | Mr A | Orange |
| Sl.NO | Client Name | Owners |
| 1 | Mr B | Blue |
| Sl.NO | Client Name | Owners |
| 1 | Mr C | Green |
| Sl.NO | Client Name | Owners |
| 1 | Mr C | Blue |