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.

Calling a table gives the created details but I need the values of a field

Mouktik_B
Tera Contributor

I have created a table and added a coulmn there . 
Inserted two values as well but when I call the table  , it gives me the created details and not the inserted values of that column, 
Need help for that to bring the values of the created column.

1 ACCEPTED SOLUTION

@Mouktik_B Thanks for sharing the snap shot. You need to set the display attribute of All LCP Components column to true on your custom table.  

 

Screenshot 2023-12-26 at 5.31.49 PM.png

Hope this helps.

View solution in original post

4 REPLIES 4

Sandeep Rajput
Tera Patron
Tera Patron

@Mouktik_B How are you trying to get the values, inside a script? Could you please share the snapshot of your table and the script you are using to fetch the values.

Mouktik_B_0-1703591078126.png

 

 

Mouktik_B_1-1703591136914.png

I need all the values like Asset Catalog , Asset register in the drop down. 

@Mouktik_B Thanks for sharing the snap shot. You need to set the display attribute of All LCP Components column to true on your custom table.  

 

Screenshot 2023-12-26 at 5.31.49 PM.png

Hope this helps.

Thanks for the support . I tried this but didn't save , thbis time i did and it worked . 
Thanks!