Hello,
I've built the following Flow where:
- A Form Response is submitted
- Grabs team member's personal information from Sharepoint using employee number
- Adds the SharePoint information into a row to an Excel table
What I would like to do is get the current Excel row that, when an option is chosen from a dropdown list, have that option sent to the team member via email. So for I've managed to get the flow working so that it gets A row and the current row chosen option into email. What I'm having difficulty with is:
- Getting the current row in the email notification
- Only sending one email instead of multiples or duplicates.
Thanks for any help!