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 / Patch a Choice column ...
Power Apps
Answered

Patch a Choice column with multiple values with a collection

(0) ShareShare
ReportReport
Posted on by 798

I have a series of checkboxes that are populated by values from a choice column in SharePoint. The choice column allows multiple values. If the user updates the checkbox in the app I want to Patch those updates back to the choice SharePoint column. 

The original values from the SharePoint column are put into a collection OnStart:  'colfaitems' When the user updates check box selections, I can update the collection, then send the updated values back to SharePoint. How do I write that in a Patch Function? 

Thanks in advance. 

 

ctedesco3307_0-1681992785230.png

 

Categories:
I have the same question (0)
  • Verified answer
    ctedesco3307 Profile Picture
    798 on at

    I got it 

    ForAll(
    colfaitems,

    Patch(
    KYOJDCP,
    Defaults(KYOJDCP),

    {
    'Focus Areas': colfaitems
    }
    )

    );

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 534

#2
WarrenBelz Profile Picture

WarrenBelz 416 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 306

Last 30 days Overall leaderboard