Hi,
I'm having trouble with creating a Flow, and unfortunately I'm not very well versed with this feature. I think it'd probably be best for me to simply describe what I'm trying to accomplish, as well as my observations and questions:
Objective
Create a Flow that will enable our team to address or copy an e-mail to a Distribution List (announcements@example.com), after which the contents of the email will be automatically published onto our company SharePoint. An Announcement page has been created on SharePoint, and the page will contain an Announcement List, on which employees can view most recent as well as previous announcements in reverse chronological order. Upon successfully posting to SharePoint, an e-mail would be sent out to another Distribution List (everyone@example.com) which will notify everyone of the new announcement and have the (static) link to the SharePoint included.
Current Results
This is the Flow created from my attempt:
Screenshot
Thus far, I have not been able to get this to create any item on the SharePoint list. The Flow itself does not show history of failed attemps for some reason. My thinking is that it may have something to do with trying to use a Distribution List as the triggering e-mail? The trigger is set to activate when an e-mail is addressed to the Distribution List. Prior to this, experimenting with the conditions would result in the Flow activating and showing Successful, but it counts as successful because the Flow does trigger, but it fails to create the list item and terminates.
Additional Questions
- I noticed there is a connector for both O365 Outlook as well as Outlook.com. What is the difference between the two, and which is more suitable for this intended use?
- I decided to use a SharePoint "List" to create a "List Item" from the e-mail only because those were the only options I was able to select from when viewing the connections and options available. I noticed there was a SharePoint app called "Announcements" and attempted to add this to the page, but from Flow I was not able to select it as an option to add a List Item to.
- The structure of the Flow itself was taken from a template offered that had a similar-sounding function. If there is a better way to accomplish the same result, I am open to suggestions (but I would like to understand better why something does or doesn't work).
I hope I've provided enough details, thank you in advance for any feedback.