Hi Community,
With an automate flow, after using REST API call to get all versions info of SharePoint online library document, the output result I got is something like below the screenshot show. One piece of data that I really need is the name of the person who modified each version, in the metadata it appeared to be the "CreatedBy" data point. The challenge is the documents I need to check all versions not really from a SP Lists, and the output file doesn't provide anything that indicate the person ID / name etc. information. Is there a way to get the "CreatedBy" (modified by of each version) using other actions in a flow?

The CreatedBy "uri" in full is showing like this:
"CreatedBy": {
"__deferred": {
"uri": "https://abc.sharepoint.com/sites/name/_api/SP.FileVersion1f8c8ebe-c372-48ac-b97d-c8f1f1513944/CreatedBy"
}
Any suggestions would be greatly appreciated! 💐