Issue with Simple list title and Tab title in UI Builder workspace servicenow

ManishaK3541806
Tera Contributor

Hello Team, 

 

I have added 3 Data Visualization and on click of that it is redirecting to the Simple list. On first click it is showing correct tab title and List title but when we click another Data visualization, list title is coming properly but tab title is not updating, it is showing previous value only.

 

I have added Title and List title in link to destination dynamically with @payload.params.listTitle

Could you please guide me what step I am missing?

 

ManishaK3541806_0-1727767848231.png

 

1 REPLY 1

Kevin83
ServiceNow Employee
ServiceNow Employee

I checked the script on the simple list page, (i assume this is the same script you are using), and I noticed this script to update the tab title. My suspicion is the code ~line 19 is failing. I recommend debugging around there to see if the event payload name is set in the way it should be to emit the screen status changed event

Screenshot 2024-10-01 at 12.56.33 PM.png