Forum Discussion
jenbaier81
May 25, 2022Copper Contributor
How can I rename a library in SharePoint?
Due to some testing with a failing copy flow, I have discovered that I need to rename a few libraries to get the flow to work properly with the requirements my clients have settled on. Is it possible...
jenbaier81
May 25, 2022Copper Contributor
Thanks Rob, I was just about to edit this - I actually need to change the Web Address in List Information.
RobElliott
May 25, 2022Silver Contributor
As so often happens with SharePoint, the internal name remains the same and you can't change that.
- jenbaier81May 25, 2022Copper ContributorOh no - not even with PowerShell or some other code magic?
- marcolivierFeb 09, 2024Copper Contributor
Yes you can change the InternalName with SharePoint Designer and with PowerShell.
See this reference : https://www.c-sharpcorner.com/blogs/change-sharepoint-online-list-or-library-internal-name
--mo