Announcements
I'm tying to filter the gallery by the person who created items, and hide if the status is "Checked Out" using a toggle button. It showing error like below could you please assist.
If(HideCompleted.Value=true,
Sort(Filter('Visitor Log','Created By'.Email = User().Email && Status.Value<>"ChekedOut"),"ID",Ascending),
Sort(Filter('Visitor Log','Created By'.Email = User().Email),"ID",Ascending))
Thank you @zmansuri for your quick update
I'm getting a delegation warning like below and the gallery not showing any value while toggle is true or false.
If you have less than 2000 records you can ignore delegation. Code is correct make sure you are using corrects column names. Try not filtering at all to see the output
The records are below 2k.
When i apply
Sort(Filter('Visitor Log','Created By'.Email = User().Email),"ID",Ascending) it showing items,
however the gallery is empty when i use the code you shared.
Instead of "Status" i can filter if "Check out date" is empty also.
Please advice.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Vish WR 1,041
11manish 676
Valantis 655