Forum Discussion
Oliver Kiesslich
Nov 02, 2016Copper Contributor
Getting the Version number of a SharePoint document with Flow
Hi Everyone, recently I tried to setup a flow that reacts on a file change and reads the version of a document. I would like to check if this is a major version copy it to another library. Now I have...
Glenn Prince
Sep 26, 2018Copper Contributor
Heya, I know this is a bit of an old post but I had a similar experience while I was trying to mock up a prototype for integration between SharePoint and a record keeping system. To get around it you can send a HTTP request to the SharePoint API with the file identifier to retrieve the list of versions, get the latest version and make a decision on that. If your still interested you can find a full walk through on my blog here: Creating a Version Monitoring Flow in SharePoint
Cheers, Glenn.
TerranIncognito
May 08, 2020Copper Contributor
God bless you, sir. This is a wonderful Flow, and you are very clear in your explanation of how to set it up. Well done, and much appreciated!