I have a Flow that creates an item in a list if 'A new file is created'. This file is a SharePoint news page (Sitepage's).
The SharePoint file has an attribute called Description with the first 250 characters of the SharePoint page. I need the whole text... is this possible? Maybe with a http request? Thanks!
Solved! Go to Solution.
Hi @Oos ,
I'm afraid that thare is no any way to trigger a flow when a SharePoint new page is created in microsoft flow currently.
Best regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Oos ,
I'm afraid that thare is no any way to trigger a flow when a SharePoint new page is created in microsoft flow currently.
Best regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Oos ,
Maybe not immediately a trigger but you could use a scheduled flow that connects through the send an HTTP request to you site pages. The end point
_api/web/lists/getbytitle('Site Pages')/Items
might work. At least it is worth a try.