Skip to main content
Nintex Community Menu Bar

I am displaying a Salesforce multi-select field as read only. In my Skuid page, the chosen values are being displayed twice, once as a comma delineated list, then immediately again as a semi-colon delineated list:

 

In Salesforce, the data does not appear this way:

 

There are no interactions, display logic, formulas etc on this field in my Skuid page. Has anyone encountered this before? Thank you!!

Hi ​@2ndBreakfast, that is strange. Please submit a support ticket if you haven’t already.

In the meantime,

  • Double check in the model field that the metadata hasn’t been overridden. 
  • How are you surfacing the field in Skuid? A Form or Table component? 
  • Also, are you showing two different records? It looks like in Lightning the values are 2018, 2019, 2024 and 2025 but in Skuid the values are 1986, 2000, 2024, and 2025.

Hi ​@annajosephine thanks for your reply, answers to your questions are below:

  1. The metadata for the field in the Module  (Contact object in Salesforce) has not been overwritten
  1. Field is surfaced in a a Form component
  1. Great catch, yes those screenshots were accidentally of different records, below are shots of the fields from the same record. Interestingly, the value choice 2025 does not seem to have made it to the first comma separated list in the Skuid field… mystery of mysteries

Salesforce:


Skuid:

 

 

A query of that field for this record shows the format of the data output below: 

 


Hi ​@2ndBreakfast, thanks for the response and the additional details (especially the query output!) - definitely one for support to investigate.