Custom table is not displayed in the table list to select as a reference for Simple list component

tejasistla
Tera Contributor

Hi All,

 

I have created a custom table called "Manage applications" in a scoped Application. I am trying to make this table visible as a Simple list in the workspace. But I am unable to see this table in the list of the simple list component.

Screenshot below.

tejasistla_0-1701950672374.png

 

 

Any suggestion on this please. 

 

Regards,

Raghavateja.

 

 

8 REPLIES 8

Prathamjeet Sin
Tera Contributor

Hi OP, 

Were you able to resolve this issue? I am encountering the same problem in my PDI.

Thanks

Jeyasingh Alex
ServiceNow Employee
ServiceNow Employee

If you're facing an issue where your custom table is not showing up in the table list for the Simple List component, here are a couple of potential solutions:

 

  1. Using Client State Parameter (Static Value):

    • You can leverage a Client State Parameter with a static value to retrieve the custom table name.
  2. Using Client Script:

    • Alternatively, you can use a Client Script to dynamically fetch the custom table name.

After obtaining the custom table name using either of the above methods, you need to bind these values to the table field in the Simple List component.

 

This approach should help in ensuring your custom table appears as expected in the table list.

 

Feel free to share your thoughts or ask any questions!

You might tell us more exactly how to do this?

Jeyasingh Alex
ServiceNow Employee
ServiceNow Employee

Clear Cache:

  1. Open your browser.
  2. Type cache.do it in the address bar and press Enter.

Clear the UI Builder Cache:Screenshot 2024-06-24 at 12.58.40 PM.png

  1. Locate the option to clear the UI Builder cache.
    Option -> Developer -> Clear UI Builder cache

Attached is a screenshot showing how I cleared the UI Builder cache.