As the title says I have a checkbox but when check the value stored in the column it returns blank. This occurs when the Checkbox is unchecked.
Announcements
As the title says I have a checkbox but when check the value stored in the column it returns blank. This occurs when the Checkbox is unchecked.
I am using the SubmitForm function and when i click the checkbox it does save as true
Hi @rpersad , Apologies for late reply. Wanted to know how you are patching the record to data source? Can you confirm that DataOwnerRequired is getting patched properly to SP list 'eRAR List'?
Thanks,
ANB
I have tried setting the default of the checkbox to a variable and setting the value to false, however, when I get the record and check the value saved in the Yes/No column it returns blank().
gblCurrentRecord is declared on a button in a gallary before navigating to the form page.
Set(gblCurrentRecord,LookUp('eRAR List',ID=galAdminRequests.Selected.ID));
And the I am checking the value in gblCurrentRecord.DataOwnerRequired in a button on the same screen as the Form.
Where you have used this code? Which property? Where you have declare the gblCurrentRecord variable?
Thanks,
ANB
I am checking the value stored in a sharepoint checkbox to see if it is true or false to determine what actions need to occur, however when I check the value gblCurrentRecord it returns Blank as shown in the image.
Hi @rpersad , Apologies but I didnt understand the requirement. Could you please elaborate more?
Thanks,
ANB
So the default state of the Checkbox is unchecked. After submitting the form, when i check the value returning from the SharePoint list it returns blank for a Yes/No column when the default value is No. Want to know where this issue may stem from
HI @rpersad , Hope you are doing this way, If not then try below code on check box:
OnCheck
Set(gblvar_Checkbox, true)
OnUncheck
Set(gblvar_Checkbox, false)
And use this variable
-----------------------------------------------------------------------------------------------------------------------------
I hope this helps.
Please click Accept as solution ✅ if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs up.👍
Thanks,
ANB
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
mmbr1606
275
Super User 2025 Season 1