Sonia writing from Spain. This is my first time in the forum.
I’m having a problem with a checkbox inside a Form in Power Apps. I need that, when the checkbox is selected, the value is saved as YES in a SharePoint list.
Right now I’m not able to achieve this and I’m not sure how to configure it correctly.
Any help would be really appreciated.
Thank you!
Screenshots - APP...
Your file is currently under scan for potential threats. Please wait while we review it for any viruses or malicious content.
Can you please confirm First, confirm what type your SharePoint column is ? If its Boolean Column in the backend (SharePoint) the value will be stored as true/false, not YES/NO.
Inside your Form → Select the Checkbox DataCard → Unlock it DataCard → Update property: If(Checkbox1.Value, "YES", "NO")
Make the sure the column in Single Line of Text.
Implementation
SharePoint (List Settings)
Power Apps
CheckBox_DataCard1- > Is mapped to Yes / No Column -> Just added field in the form no need to change anything.
CheckBox_SLOT_DataCard1 -> Is Mapped to Single Line of Text Column
Unlock the CheckBox_SLOT_DataCard1 Datacard.
Add the CheckBox Control from the input panel
Either you can hide or remove the old text box control field.
Data (Backend)
✅If this helped, please Accept as Solution to help others ❤️ A Like is appreciated 🏷️ Tag @MS.Ragavendar for follow-ups
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.