Help filtering items for a repeating group

Hello, I’m very much a newbie to Bubble. I’m building a directory of services for people living with dementia based on a template that I purchased.

On the listings page I would like it to display the services only for the region that the user has stated they are in when they sign up. Each user has a field called user_region in their database record for this purpose.

This is the page in question, currently it displays all services in all regions, but can be filtered by region using the drop down at the top. I would like it to be filtered by the current user’s user_region field, how do I do this?

https://dementiaroadmap.co.uk/listing-category

Thanks in advance for any help you can give.

Search the page in the editor for RepeatingGroup and change the constraints on Do a search for to to show only listings where region = Current user’s user_region (or Dropdown region’s value)

If users are not logged in then you would need to use a plugin to find the current users geo location. There is one but I just cant think of the name off the top of my head.

If users are logged in, then what @georgecollier said is perfect