Hi. I've searched here around the internet for days before posting. First post, be gentle. I'm struggling with "Get File Properties" and "Get File Content" of a previous version of a file in a sharepoint library.
Its pretty easy getting it for my trigger in a Documents library in sharepoint, I just call it from a "For a selected file". But how can I get the properties and content of a previous file version?
I can confirm the file exists, versioning is turned on, I can retrieve the values from a send http request; however since "Get file properties" asks for the file ID (and that file ID on previous versions is the same static integer) - how can I set those?
Tried a URI in send an http request to sharepoint but unlike a list, that doesn't seem valid, and even if it returned a value, I'm still stuck having to use the ID in (Get File Properties & Content using the identifier found in the file properties)

I've used logic to find the version I want to access, but just can't seem to nail this URI to get it and even if I did, not sure how to reference the result under Get file properties and then get file content (using the identifier found from the properties).


Thanks in advance for any help.