web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / How to save data to a ...
Power Apps
Answered

How to save data to a multi choice column in Dataverse by Web API

(0) ShareShare
ReportReport
Posted on by 16

Hi guys, 

 

I created a multi selected column in Dataverse, now I want to save some data by power pages web Api, I understand how to do it with single selected column. I try some ways, but all failed. Is there any idea? 

 

Thanks in advance.

I have the same question (0)
  • Verified answer
    Guido Preite Profile Picture
    1,490 Super User 2024 Season 1 on at

    a sample code is this one

    var record = {};
    record.sample_choices = "1,2"; // Choices
    
    webapi.safeAjax({
    	type: "PATCH",
    	contentType: "application/json",
    	url: "/_api/sample_customtables(11111111-1111-1111-1111-111111111111)",
    	data: JSON.stringify(record),
    	success: function (data, textStatus, xhr) {
    		console.log("Record updated");
    	},
    	error: function (xhr, textStatus, errorThrown) {
    		console.log(xhr);
    	}
    });

    you can use my tool Dataverse REST Builder if you need to generate the exact syntax for your field.

  • Murphy4ever Profile Picture
    16 on at

    Hi Guido,

     

    Thank you for your help. It completely solved my issue. I will also learn how to use your tool, as I believe it will be very useful.

     

    Cheers

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 325 Most Valuable Professional

#2
11manish Profile Picture

11manish 165

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 88 Super User 2026 Season 1

Last 30 days Overall leaderboard