Hello,
I have a SharePoint PowerApps form which has a gallery control which has a checkbox. I have converted a SharePoint choice column to a checkbox with multiple selections. I am trying to toggle the visibility of another datacard based on the checkbox values selected.
I tried CountRows(Filter(Gallery1.AllItems,Checkbox1.Value)) but it doesnt seem to work.
How else can I do this? Please note that I need to toggle on load of the form in EditMode too.
Thanks.