Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

List Collector issue with comma separated

Gaetano De Mitr
ServiceNow Employee
ServiceNow Employee

Hello everyone,

I have a problem with List Collector variable on ServicePortal.

I have the name field on sys_user table with a value in this format: "Name Surnamve,Country", for example:

Gaetano De Mitri, IT

 

When I load the List Collector variable, I see two value: Gaetano De Mitri and IT

find_real_file.png

I'm using Madrid Release.

Thanks for your support.

 

Gaetano

1 REPLY 1

Weird
Mega Sage

Values are separated with a comma so having values with comma at the middle will result it being split.
You should replace the comma with something else, like a - or simply don't have the country code in it.