Hi all,
Is it possible to get the number of checkboxes ticked inside a nested gallery?
I have a gallery with headers as items, then a nested gallery that shows under each header. I will attach a screenshot below.
I would like to make it so that when you select a few items with the checkboxes, a button to delete them will be labeled something like 'Delete 5 items'.
I have tried a few different formulas but can't seem to get one that works.
The formula below just returns blank as the result for the condition, but the source does have data.
CountIf(galProcessHeaders.Selected.galProcesses.AllItems, chkProcessSelection.Value)
Thanks