Hi,
I try to put checkbox input on gym booking card collect and card return (patching) on galery. My issue everytime new row coming to galery , the checkbox of collection (card collected) default always check
Anyhow how to set default of the checkbox ?
this my formula for
Oncheck :
Patch('Gym Pass',BrowseGallery5_1.Selected,{Collection:Checkbox1.Value})Onuncheck:
Patch('Gym Pass',BrowseGallery5_1.Selected,{Collection:Checkbox1.Value})default:
If(ThisItem.Collection=true,true,false) Note :
Gym Pass = share list point; Collection = column name in SP List (i use yes/no)
data success patch when tick/untick

Report
All responses (
Answers (