outlook 365
2 TopicsGet email addresses from Excel Attachment and Send emails
Pls need help creating a Power Automate flow: When I receive a certain email (Outlook 365) with an Excel attachment, get the email addresses from column D in the Excel attachment, then forward the original email I received to that list of email addresses.(Flagged e-mail => SPO list) results in duplicates
I have a flow that works mostly correctly. When an e-mail in a user's inbox is flagged, an item is created in a SPO list. (The list is a Task web part, but this problem occurs with a custom built list, also.) The problem piece is that the list items become duplicated. In addition to causing confusion, this distorts the item numbers and ID numbers. The desired behavior is to create an item only once per flagged e-mail, but not necessarily once per e-mail thread. (In other words, one thread might have two flagged messages.)I cannot determine if the duplication occurs each time Outlook is opened, each time the flagged e-mail is viewed, or whether it's something under the hood that's causing it. (1) Is this something that has an obvious fix? (2) If not, how can I cause the flow to check to see if the item has already been created?