Filtering Repeating group data

I have a repeating group that holds product listings. I want to be able to filter these products based on price range so I have an inputs for both a maximum price and a minimum price.

How do I approach this?

Hi there, @kingalready13… set your repeating group’s data source to a search for product listings with a constraint where the product listing’s price is greater than the minimum price input’s value and another constraint where the product listing’s price is less than the maximum price input’s value. Also, check the ignore empty constraints checkbox, and you should be good to go.

Hope this helps.

Best…
Mike

1 Like

Thanks a lot Mike

1 Like