We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

List Collector is not showing the complete tickets added to the field

Kumar147
Tera Contributor

Hello,

I have a list collector field which will get input from other tables. when i added multiple tickets to the list. its showing the first three and for rest its showing random values as shown in the picture. In below picture i have added 7 tickets and its showing only three. 

 

Kumar147_0-1741872268001.png

 

5 REPLIES 5

jcmings
Mega Sage

Looks like a max_length issue! List collectors store sys_id's so each record you see takes up 32 of those valuable characters.