Forum Discussion
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.
4 Replies
- Cian AllnerSilver Contributor
Not sure if this is what you are after but just to point out the Twitter web part is going to be out real soon, announced back at Ignite:
"bring in live tweets from chosen Twitter handles, specific collections or via search keywords. It’s always nice to show the live context of what’s being said externally right alongside the context of what you are working on internally."
and more recently:
https://twitter.com/hashtag/FridayFun?src=hash&ref_src=twsrc%5Etfw
— Mark Kashman (@mkashman) https://twitter.com/mkashman/status/951911308185673729?ref_src=twsrc%5Etfw
A little birdie let me play w/the 'in-dev'/coming https://twitter.com/SharePoint?ref_src=twsrc%5Etfw https://twitter.com/Twitter?ref_src=twsrc%5Etfw web part: 👍. A few weeks away; allows page & news authors to display someone's feed, individual tweets, tweet collections and search-based feeds; all w/nice design options. Cc: https://twitter.com/johnsanders?ref_src=twsrc%5Etfw. 🐦- Greg HeywoodCopper Contributor
Thanks, I will keep an eye out for that!
- DeletedThis 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 HeywoodCopper 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!