Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Pages - Customize & Extend
Answered

How to update a multiple choices field using web api?

(0) ShareShare
ReportReport
Posted on by 38

I successfully updated a simple choice field using the data below:

var record = {

 "applyType":12345

};

 

but when I update a multiple choice field using below data, I keep getting error:

var record = {

 "applyReasons":[10, 15, 19]

};

 

How to update a multiple choices field using web api?

 

 

Categories:
  • Verified answer
    wangac Profile Picture
    38 on at
    Re: How to update a multiple choices field using web api?

    I use below data succesfully updated the multiple choices field.

    var record = {
     "applyReasons":"10,15,19"
    };

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Michael Gernaey – Community Spotlight

We are honored to recognize Michael Gernaey as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard >

Featured topics