Forum Discussion
Update the Sharepoint List Name with last update
- Feb 28, 2024
jtsables it is possible using a flow in Power Automate but you will need to use environment variables in a solution so that you don't have to keep manually changing the source list name. My original SharePoint list was titled Bridge:
This is the flow and you'll see the site name and list name are using the environment variables I created in a solution:
We need to use 2 send an http request to SharePoint actions, the first to get the previous title of the list and the second to post the new title.
After an item in the list is created or modified this is the new title of the list:
And again a couple of minutes later.
Rob
Los Gallardos
Microsoft Power Automate Community Super User.
Principal Consultant, SharePoint and Power Platform WSP Global (and classic 1967 Morris Traveller driver)
Are you trying to change the display name of SharePoint list? If yes, go to your SharePoint list and double click on the list name (at left hand side below list command bar), it will open the popup where you can rename the list and Save.
Note: You cannot have the list or list view name dynamic based on dates - it has to be static and changed manually/programmatically.
If you are trying to change the list name in list URL, follow this: Change SharePoint Online List URL using PnP PowerShell
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.