Announcements
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!
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 NiIf this post helps, then please consider Accept it as the solution to help the other members find it
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.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 393 Super User 2026 Season 2
Mohsin Ali 328
WarrenBelz 278 Most Valuable Professional