0

I have a SharePoint online enterprise wiki site collection. and i have provided a newer pagelayout and new content type. but i do not want to update all the wiki pages at-once. so i tried to create a SP 2013 workflow which runs on item update, to check if the page layout does not have the new page layout and update the page layout accordingly.

but i faced 2 issues:-

  1. i can not search for the Page Layout inside the If statement. as it does not allow to reference a page layout using the name.
  2. inside the Set item, the Page Layout is not available, as follow:-

enter image description here

1 Answer 1

1
+50

OOTB SharePoint Designer Workflow doesn't give those options to update the page layout.

If you want to update the content type using MS flow, refer this link.

Other Approach:

Change Page Layout Using CSOM With PowerShell in SharePoint Online

6
  • ok thanks for the reply, but per your knowledge, does MS Flow support this scenario? Commented Jan 3, 2020 at 15:05
  • Kindly raise this as a new question. If my answer is helped you kindly upvote it and Mark it as answer, so that it will help others too Commented Jan 3, 2020 at 18:43
  • Did you find any other approach?? Commented Jan 12, 2020 at 16:09
  • If i find another approach i would not have ask this question... so not seems workflow does not support such an update Commented Jan 12, 2020 at 23:03
  • Ok ok. I thought of asking, after posting this question, did you find any other approach to fulfill the need? Commented Jan 13, 2020 at 3:23

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.