Hi all,
I'm trying to build a Flow that is triggered by using the on-demand button in a SharePoint document library as described here: https://flow.microsoft.com/en-us/blog/flow-in-spo-document-libraries/
However, I'm getting a "Bad Gateway" error on the "Get Item" step. Here is the message returned:
{
"status": 502,
"message": "Unknown Error",
"source": "https://<SITEURL>.sharepoint.com/_api/SP.APIHubConnector.GetListItem(listName='<LISTGUID>',itemId='<ITEMID>')",
"errors": [
"-1",
"Microsoft.SharePoint.Client.UnknownError"
]
}
I've given this a try on a SharePoint List (not Library) and it seems to work fine.
If you have any idea on how to resolve this, I'd very much appreciate it.
Thanks!