
Announcements
I have spent some time going over this, but not sure what I am doing wrong.
I am trying to use the Populate a Microsoft Word template to update a native label using json, the update is based on who approved the document I have this in the dynamicFileSchema
{
"Manager": "Managers Name"
}
However I get this BadRequest error
{
"status": 400,
"message": "There was an error accessing the file. Please try again or select a different file.\r\nclientRequestId: 01b53bfb-172c-488a-aa28-6b13be943309",
"error": {
"message": "There was an error accessing the file. Please try again or select a different file."
},
"source": "wordonlinebusiness-ase.azconn-ase.p.azurewebsites.net"
}
I decided to try and use SharePoint 'Update file' and load the same json in, rather than failing, it gets stuck at that point and keeps retrying, with retry logs status saying BadGateway