Remove a field from a View
How to remove a field from a SharePoint Online list view using a Power Automate flow.
URI
Headers
Body
Screenshot with example
Copy/paste example
YouTube video with example
Resources
SP.ViewFieldCollection.remove Method
That’s it, Happy testing!
I get a bad gateway error when I use this method unfortunately.
Have you been able to use the RemoveAll() function on a view?
Like in https://learn.microsoft.com/en-us/previous-versions/office/sharepoint-visio/jj246804(v=office.15)
———–
_api/web/lists/getbytitle(‘@{variables(‘ListName’)}’)/Views(‘@{variables(‘ViewId’)}’)/ViewFields/RemoveAll()
I am running into a 404 Cannot find resource for the request RemoveAll