Hi all,
I have date with columns assignee, id, sla.
| assignee | id | sla |
| Name1 | 1 | 2 |
| Name 2 | 2 | 1 |
| Name 1 | 3 | 2 |
| Name 2 | 4 | 6 |
I want to create a workflow which sends email to Name1@xyz.com with attachment of only rows under their name. Same should be done for all the other users. The body should contain,
Hello Name1,
Please find attached list of ids under your name with SLA details.
I don't want to save the files anywhere and want to get it dynamically.
I saw a lot of posts for this issue but none of the solutions worked for me. Any help will be appreciated.