Skip to main content
Veeva Support EU Holiday: Mar 15th - Limited staff, please plan accordingly

Community

Search

Welcome to Community

Multiple values on a single field for creating records with API

Answered

Comments

1 comment

  • Official comment
    Eric Matelyan

    To create an object record and set multiple values on a multi-value picklist, you can place the values inside of a string, separated by commas. 

    json example:

    [
      {
          "name__v": "Test Object multi-value picklist",
          "picklist_a__c": "value_a1__c,value_a2__c"
      }
    ]

Please sign in to leave a comment.

Powered by Zendesk