Convert page variant to a new page - Next Experience

Norah Nguyen
Tera Contributor

I have a page in UI builder, lets called Home. On the Home page, I have two variants. Now I want to convert one of the variant to a new page - Is this possible? The reason for this is that I now want the content of variant to be accessible from another page, since I'm planning to use the first variant of Home page as home page.

 

2 REPLIES 2

Brad Tilton
ServiceNow Employee
ServiceNow Employee

Currently, there is not a supported way to convert a variant into a new page or move a variant or page to a different experience. Depending on how complex the page is, you could create a new blank page and then try to copy over the JSON int he fields from one sys_ux_macroponent to another, but there could be some issues with this.

John Zyphur
ServiceNow Employee
ServiceNow Employee

@Brad Tilton I was able to get this working.  Simply needed to re-create the client state variables, client scripts, and data broker server scripts within the UI Builder page.  Posting here for posterity.