Forum Discussion

Greg Heywood's avatar
Greg Heywood
Copper Contributor
Jan 13, 2018
Solved

Can I use Flow to create a News item based on twitter?

Hi,    I know I can use Flow to create an item based upon a Twitter search, but can I create a news item? If so, when I use the SharePoint "Create item" to do so. what path do I put in? 
  • Deleted's avatar
    Deleted
    Jan 13, 2018
    This would be very hard to accomplish because news articles are not list item's they are documents in a library. So you would have to somehow generate a aspx site page with the content from the twitter post before you could even add it to a news article. I think you can somehow tap into the pages to edit / add content so you could probably have a blank page without promotedstate=2, have the flow copy that page, add the twitter content too it, then publish it as a news post by changing promoted state. It would be a lot of work to go down that path, there isn't any easy action that will accomplish it.