Workspace component list title is missing

miro2
Mega Sage

Hi,

 

I added a new component to the landing page in HR Agent Workspace, but when I opened it, the list title is missing. How can I add it or change it easily, e.g., in UI Builder?

I can do it directly from the UX macroponent definition in the composition section modifying JSON, but maybe there is a faster and easier way to do it.

miro2_0-1714987608160.png

miro2_1-1714987802511.png

5 REPLIES 5

Mark Manders
Mega Patron

You are giving the answer yourself (twice): https://www.servicenow.com/community/developer-forum/workspace-component-list-title-is-missing/td-p/...


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

yeah, I see next experience forum is a better fit for my question. Unfortunately, I can't seem to find an option to delete my previous post on the developer forum

Dibyaratnam
Tera Sage

Check the event handler of the vizualization component as on click of that the list is opening but the list title is missing, So there you need to pass the title.

Hi @Dibyaratnam could you please provide me with some details about where exactly I should pass title?