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...
RobElliott
May 25, 2022Silver Contributor
Yes, just go to Site Contents, click the 3 dots next to library, select Settings then select List name, description and navigation and change the name.
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.
- RobElliottMay 25, 2022Silver ContributorAs 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