In my repiting group the listings have prices from option set for example: up to 10, 10-50, 50-100 etc. How can I make sorting and flitration of repiting group by these option set?

I have over a thousand listings and manually punching in numbers is not an option

You could create a backend workflow that runs through your data to update the full list, and then create a database trigger that updates the field of an item each time the option set for that item is changed.

2 Likes

Are these listings coming from an API?

If so, you can still set up your database as already mentioned by adding the data types and then do a backend workflow to correct things.

Other than that, this may be over my head.

Someone more experienced with bubble like @msgiblin or @adamhholmes or others that have responded may have the solution for you.

Hopefully, you get it worked out the way you want.

You don’t need to do it manually - just run a bulk action on your data type.

2 Likes