Hi Guys,
I am trying to create a child note in my global navigation in sharepoint.
Receiving error:
{
"status": 400,
"message": "The type SP.NavigationNodeCollection does not support HTTP PATCH method.\r\nclientRequestId: 960fefd4-9a7e-4074-92de-3ffd9a87686c\r\nserviceRequestId: 5519ba9e-7034-8000-177e-f0e3098880d2",
"source": "https://kkit365.sharepoint.com/_api/Web/Navigation/GetNodeById(2008)/children",
"errors": [
"-1",
"Microsoft.SharePoint.Client.InvalidClientQueryException"
]
}
Picture here
Solved! Go to Solution.
This is with POST.
However i have fixed it!.
The Flow was trying to update Navigation to something like /sites/customername/pages/home.aspx
Flow was trying to access that page and failing.
Settting it has the full URL did not work i.e. https://tenant.sharepoint.com/sites/customername/pages/home.aspx
Same Error it would detect it was this tenant and still try to access via only /sites/customername/pages/home.aspx
Finally i solved it by setting the link url to the following:
//tenant.sharepoint.com/sites/customername/pages.home.aspx
This link works in SharePoint and via the API.
Not the best solution but it works!.
This is with POST.
However i have fixed it!.
The Flow was trying to update Navigation to something like /sites/customername/pages/home.aspx
Flow was trying to access that page and failing.
Settting it has the full URL did not work i.e. https://tenant.sharepoint.com/sites/customername/pages/home.aspx
Same Error it would detect it was this tenant and still try to access via only /sites/customername/pages/home.aspx
Finally i solved it by setting the link url to the following:
//tenant.sharepoint.com/sites/customername/pages.home.aspx
This link works in SharePoint and via the API.
Not the best solution but it works!.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
3 | |
3 | |
2 | |
2 | |
2 |
User | Count |
---|---|
14 | |
11 | |
6 | |
6 | |
5 |