
I want to filter the gallery when checkbox.value=true and I did it either way but got a delegation warning. Is there a way to fix it?
I hope people can help me solve this problem.Thanks for reading
Hi @Edward00,
The dynamic condition due to the If() statement is resulting in the filter no longer being delegable. Replace the If() function with the code below:
//... Your Code ...
And isDeleted = cbShowDeleted.Value
If this solves your question, would you be so kind as to accept it as a solution & give it a thumbs up.
Thanks!