Hello,
I have a gallery as follow. Present green when the Done is set as true and red when Done is false.
Gallery page: Edit page:
What should I put in the visible to only display the items in gallery when done is false?

Hello,
I have a gallery as follow. Present green when the Done is set as true and red when Done is false.
Gallery page: Edit page:
What should I put in the visible to only display the items in gallery when done is false?
Hi @annoying ,
I assume you mean show the items - using the field name Done
Filter(
YourListName,
!Done.Value
)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.