Hi all,
I am trying to set-up a very simple Flow using a SharePoint 'When an item is created' trigger. I put in the Site Address, which then allows me to choose the List Name I want. When I click 'Test', it says 'Flow run failed' on the top left corner and the error itself is a 'Bad Request'.
Under 'Outputs', I see the following error:
{
"status": 400,
"message": "A potentially dangerous Request.Path value was detected from the client (&).\r\nclientRequestId: 8962a0e5-e513-4ef7-9366-bd8f264932e0\r\nserviceRequestId: dde8fa9e-1bf0-8097-55d5-ff5411afa066;dde8fa9e-dbfa-8097-55d5-f019df90ed1c;dee8fa9e-8b09-8097-55d5-fec17b6189b9;dee8fa9e-bb1a-8097-55d5-f8ade315db8a;dee8fa9e-db25-8097-55d5-f9284282d1dc;dee8fa9e-7b34-8097-55d5-f72a6e08cfad",
"source": "",
"errors": []
}
I can successfully run tests and successful flow runs on another List within the subsite, but this specific list is causing me issues.
Any help would be appreciated!