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 Individual check...
Power Apps
Answered

Patch Individual checkboxes to Sharepoint List

(0) ShareShare
ReportReport
Posted on by 24

Hi, 
I am developing an App that HR will use to ask employees to approve sending their PII to third party for travel purposes. I have a SharePoint List to collect the PII for each request. I have a choice data type for each checkbox ("Yes", "-") that will patch When an Item is created in SharePoint.
My question is how do I patch all these checkboxes to SharePoint. I tried using a Form and didn't like the comboBox it came with. Thanks in advance for your help!

Pi2.png
Pi.png
Categories:
  • Verified answer
    v-jefferni Profile Picture
    Microsoft Employee on at

    Hi @GideonTA ,

     

    Are all those Check boxes represent the columns in your list? If so, try the following syntax:

    Patch(
     YourList,
     Defaults(YourList),
     {
     Title: ...,
     FullName: If(
     FullNameCheckbox.Value,
     {Value: "Yes"},
     {Value: "-"}
     ),
     ...
     }
    )

      

    Hope this helps.

     

    Best regards,

    Community Support Team _ Jeffer Ni
    If this post helps, then please consider Accept it as the solution to help the other members find it

  • GideonTA Profile Picture
    24 on at

    Yes, thanks.

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 July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 393 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 278 Most Valuable Professional

Last 30 days Overall leaderboard