Filtering a repeating group on a boolean

Hi all! Trying to filter a repeating group of products on a boolean.

Essentially, products are Auction = “yes” / “no” and I want to create a dropdown filter for yes/no that if “yes” is selected then the repeating group that references it only shows Auction = “yes”. I am already filtering this way for a bunch of text-based & numerical categories, but seemingly having issues with the boolean.

Thanks in advance!

Hi, You can use a constraint on the search.
On the repeating group ‘do a search for products’
Add a constraint ‘Auction = Dropdown’s Value is yes’.
This will evaluate to a yes or no on the auction and filter the repeating group as required.

Thank you so much - it worked!

1 Like