Issue with Simple list title and Tab title in UI Builder workspace servicenow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2024 12:33 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2024 10:01 AM
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