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.

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.