Forum Discussion
Getting the Version number of a SharePoint document with Flow
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: https://www.glennprince.com/blog/creating-a-version-monitoring-flow-in-sharepoint/
Cheers, Glenn.
Thanks for this Glenn - exactly what I needed i.e. to be able to pass up the version number to an approver when submitting a controlled document, so that the document and version is all part of an auditable process. Cheers.