Hello,
I am trying to construct a flow that does the following:
- Looks at Power BI Data that contains
- E-Mail Address
- ID#
- Assignment Codes
- Sends an E-Mail to the address in the data for that ID ONLY
e.g.
ID 123
Code ABC
ID 123
Code DEF
ID 456
Code ABC
ID 123 would get 1 e-mail with
ABC
DEF
ID 456 would get 1 e-mail with
ABC
Currently, all of my efforts have resulted in both IDs getting 3 e-mails (number of rows) with both sets of data (ABC, DEF, ABC)
Any suggestions?
Thank You