List Collector issue with comma separated
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2019 12:30 AM
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
I'm using Madrid Release.
Thanks for your support.
Gaetano
Labels:
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2019 01:33 AM
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.