Hi there
Scenario:
Flow updates the title field of a SharePoint library item with the document's name.
The flow changes Modified By and Modified to me (as the Flow creator). I need to revert the Modified By field back to whoever modified the file last.
I'm following this thread:
https://powerusers.microsoft.com/t5/Building-Flows/Update-the-Created-By-AuthorID-Field-of-a-SharePoint-Online-List/m-p/719054#M437
Note that thread focuses on the Created by. I'm working with Modified by.
The HTTP request to unlock works.
Then I get BadGateway error on the next HTTP Request for UpdateModifiedByFieldOnceApproved (second last action). Flow run timed out. Please try again.




Any help would be greatly appreciated.
Thanks @SudeepGhatakNZ for your help so far.