Forum Discussion
Greg Heywood
Jan 13, 2018Copper Contributor
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?
- DeletedJan 13, 2018This 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.
Deleted
Jan 13, 2018This 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.
Greg Heywood
Jan 14, 2018Copper Contributor
That makes sense (and educates me a bit at the same time) :) It would be interesting to try, but given the learning curve involved (for me), I think the soon-to-be-released Twitter web-part mentioned below is going to be easier.
Thanks!