Radio button and Slider as a filter in RG

Hi there
I’m developing the app for job seekers and creating a catalogue of job opportunities as a Repeating F
I filter the Repeating Group by 2 checkboxes of 2 different custom states (for graphic and work schedule), radio button - for choosing a region and slider to choose a range of salary.

I have 2 main blocks for now:

  1. Radio buttons don’t filter my repeating group by region. Please, help me to set the appropriate workflow for it.
  2. Is there actually an ability to filter data by the slider scrolling? Unfortunately I can’t find any useful info on this topic.

Please, if you now how to make it correctly, I would be thankful to any assistance

here’s a link to edit https://bubble.io/page?type=page&name=results&id=copyforpetr&tab=tabs-6&subtab=General

Better late than never lol. You have to set your radio buttons in your workflow. click workflows then click add here to add an event, hover general and click on ‘do when condition is true’. the logic is: Only when radio buttonA value is (or what ever you have named you radio buttons). and then type in whatever your radio buttons option is.

then click add here to add in action.
scroll to element action and click on ‘display list in repeating group’ the element will be your repeating group, so select that. The data source will be search for and set your constraints to find.

Unfortunately I haven’t used the sliders as of yet sorry.