Forum Discussion
RLUGO
Jan 30, 2023Copper Contributor
Checkboxes on Power Apps form will not save after submitting form via SharePoint
Hello Power Apps community, I have a Power Apps form that is submitted by users from a SharePoint Online list. The form contains several checkboxes, among other fields. My issue is that when a us...
RLUGO
Jan 31, 2023Copper Contributor
Hello Adnan_Amin
Thank you for your response.
I should have clarified to begin with, the checkboxes are currently individual checkboxes that are contained within a Data Card for a multi-selection drop down. The reason I made it this way is because each checkbox is connected to an input field that will be visible if the corresponding checkbox is selected. I reference the specific checkbox# in the visible property of the corresponding input field to do this. The 'Text' property is written manually for each checkbox in order to get the corresponding options from the multi-selection drop down. I have not changed the "Item' and 'Default' properties for any checkboxes so they should be whatever is the default when they are first created.
Does this change your answer?
Thank you for your response.
I should have clarified to begin with, the checkboxes are currently individual checkboxes that are contained within a Data Card for a multi-selection drop down. The reason I made it this way is because each checkbox is connected to an input field that will be visible if the corresponding checkbox is selected. I reference the specific checkbox# in the visible property of the corresponding input field to do this. The 'Text' property is written manually for each checkbox in order to get the corresponding options from the multi-selection drop down. I have not changed the "Item' and 'Default' properties for any checkboxes so they should be whatever is the default when they are first created.
Does this change your answer?
PeteOr
Aug 22, 2025Copper Contributor
RLUGO​ Hello, did you ever get an answer to this? I have a similar problem- A gallery with repeating tables, all controls store the information when the line is saved apart from a Checkbox control I am using. It saves the data back to SharePoint List (if the user checks the box, the list reflects this), but the control itself reverts back to unchecked on the screen for each line. It just looks very messy.