Forum Discussion
Anonymous
3 years agoNot applicable
Sharepoint Version History Scraping in Dataflow
Hello, I'm in the middle of creating a dataflow that has a function that scrapes the sharepoint list of their version history but I am getting this prompt over and over per each item that I have ...
ibarrau
Super User
3 years agoHi. I would suggest modifying the code you have on that post. It looks like it's generating a different url for each item. You can try Web.Contents good practices in order to use one url as a source for all items. You might get to that if you add the following items as RelativePath parameter:
- VersionsRelevantSharePointListName => Your SharePoint List Name
- VersionsRelevantItemID => SharePoint list item ID
You can check how to modify power query code for web contents on the following posts:
- https://blog.ladataweb.com.ar/post/630597294839955456/powerquery-buena-práctica-para-un-web-request
I hope that helps,