Hello everyone, happy new year!
I have a challenging issue with my datasource in the repeating group.
My goal is to filter users inside a specific distance range, so far so good.
Endereco (address) is within Fitros Km (type number) of Filtro
s end (Searchbar.value)
My problem is that some users have a variable call max_dist, that means that this user only accept works with a max distance in km of his own address. And that is when this search start to dizzy my head.
Anyone knows how I can use something like
Endereco is within thisuser.max_distance km of Filtro`s End ? I cannot use any atribute of this user during the search.
What happens now is that my repeating group is showing all user inside the range but some of the list will not be able to accept jobs due the max distance. The only working around is to shows a label to final user that the user in the list cannot accept the job, but for a user experience, it is terrible.