Forum Discussion
Corbenik
Jul 13, 2021Brass Contributor
Move/Copy SharePoint Pages from one Site to Another in Classic View
Hi everyone, I've recently been tasked with moving site pages from one site to another. I've read how you could use Classic view to do this. I'm a SharePoint administrator for our company and have ma...
- Jul 14, 2021
Corbenik you can also copy pages, including any images on them, to a different site using a simple flow in Power Automate:
Rob
Los Gallardos
Microsoft Power Automate Community Super User
RobElliott
Jul 14, 2021Silver Contributor
Corbenik you can also copy pages, including any images on them, to a different site using a simple flow in Power Automate:
Rob
Los Gallardos
Microsoft Power Automate Community Super User
Corbenik
Jul 20, 2021Brass Contributor
Alright I managed to create my own though I don't have the copy icons like you have I do have the option now to copy to other sites. I'll be deploying this to all the other sites here
Thanks very much Rob and Steven!
Thanks very much Rob and Steven!
- RobElliottJul 20, 2021Silver Contributor
Corbenik That copy button isn't built-in, it's added into the SharePoint list by you with JSON column formatting, for example (don't forget to change the flow ID to yours)
{ "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json", "elmType": "button", "txtContent": "Copy Page to Intranet", "customRowAction": { "action": "executeFlow", "actionParams": "{\"id\": \"4a16b313-496a-4c5e-b145-3cfa42438bcd\"}" }, "style": { "background-color": "#f14717", "color": "#ffffff", "outline": "transparent", "border-width": "1px", "border-style": "solid", "border-radius": "5px 25px", "border-color": "transparent", "cursor": "pointer", "font-size": "12px" } }
Rob
Los Gallardos
Microsoft Power Automate Community Super User- CorbenikJul 21, 2021Brass ContributorYou're a legend Rob, thanks very much for your help in this 🙂
It looks like I've still got a lot to learn when it comes to Power Automate and exactly what it can do. Really appreciate you sharing your knowledge!
(PS. Yes, I managed to add my own button too )