I'm using the new connection functionality, but I always get the same result: "Unauthorized connection request"
He chose to simplify everything and have him only update an item (with the action of o365).
The WF:
The connection:
The result:
Do I have to activate something? Should I do some additional configuration?
Solved! Go to Solution.
Hi Mirian Raquel,
The above issue might be due to the incorrect SharePoint Online Tenant URL , make sure it is in this format - https://tenant.sharepoint.com/
Regards,
Saud Khatri
Hi Saud Khatri,
I am also having this issue, URL is already formatted as suggested:
Older actions in other workflows that do not use credentials manager are still working.
Currently I am trying to terminate a workflow, but this action usually returns ServiceNoResponse instantly (took a few minutes to fail on one attempt).
I configured this connection using Chrome. Initially I tried IE but ran into another known bug where it offered a file to download rather than create the connection.
Workflow has been published/run in Chrome and IE, no difference.
Probably an unrelated bug, but I also had issues with the connections clearing themselves from actions. Have not been able to reproduce this at will, but sometimes when I go to publish a workflow an error pops up because all start/terminate workflow actions do not have connections and I have to mass reapply these with the "Apply connection to all" checkbox again.
I have resolved my issue.
The Connection Manager errors (ServiceNoResponse, Unauthorized request for connection) were red herrings. The issue was in the Terminate Workflow Instance action which had been passed the Item URL rather than the Site URL.
Thanks!
I actually did the same mistake and no matter how many times I checked the action configuration, I couldn't spot the issue.