Hello,
I was wondering if it is possible (and how) to remove an item from the SharePoint Quick launch menu with Power Automate, SharePoint HTTP request? Or to copy the Quick launch menu from another SharePoint Site.
Can anyone help me?
Thanks in advance!
Solved! Go to Solution.
Hi @DBeverdam,
Yes, that would be possible via the SharePoint HTTP request. You could use the DELETE method with the id of the node you want to remove.
Below is an example.
In this sample I am removing the Documents link, which has an id of 2001, from the Quick Launch menu.
Hi @DBeverdam,
Yes, that would be possible via the SharePoint HTTP request. You could use the DELETE method with the id of the node you want to remove.
Below is an example.
In this sample I am removing the Documents link, which has an id of 2001, from the Quick Launch menu.