Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

UI Builder - How to Change the Workspace form Name to let it display dynamic based on report name?

SystemsGo
Tera Contributor

Hi Experts,

 

In our workspace (UI Builder), I created several data visualizations components and link them to the same form page, with the page name Report List.

 

when I click the Data visualization, it direct to that page and with the page name the same as "Report List".

 

How can I config the page name to displayed based on the data visualization (report name) with I clicked?

 

SystemsGo_0-1761186455265.png

 

1 ACCEPTED SOLUTION

3_P
Mega Guru

Hi!

I assume that you are using "Link to destination" event handler. Inside this handler you can pass the title of your Data Visualization. 

3_P_0-1761201186757.png

 

This title is in Advanced section.

 

3_P_1-1761201233603.png

 

View solution in original post

2 REPLIES 2

3_P
Mega Guru

Hi!

I assume that you are using "Link to destination" event handler. Inside this handler you can pass the title of your Data Visualization. 

3_P_0-1761201186757.png

 

This title is in Advanced section.

 

3_P_1-1761201233603.png

 

SystemsGo
Tera Contributor

Thank you so much. It worked.