So I have a users list with some filters, and I would like to know if it is possible to display users based on a chosen distance (example: I want to display users 3km from me, so it displays within 3km).
I already made a custom formula with round(kilometers(…)) to show approximate distance on the user card.
I guess I have to do something with filters but I can’t make custom formula in it to calculate so I’m a bit lost on how to do it.
Use the Location field. I am sure you got your “Users” Location. I have done this for my users (Tutors). I only display the Users (Tutors) less than 10km from a Client Location.
You do not need a custom formula, Adalo does the heavy-lifting. I have included my Filter set-up to use “Location” field
My users are static as their location is their place of residence. I have not tried dynamic location…for this I think you need to use “device location”. Using “device location” needs real-time updates to the filter to be useful. Maybe others in the forum can offer suggestions.