Search For Jobs Near You Logic/workflow

I’m Going to try to explain the workflow the best I can.
So… First I have this search for jobs workflow that is meant to filter a repeating group of jobs
You input your address and use the slider to select how far you are willing to travel and press apply filters.


2
3
The sliders Input is 0-60 and that value gets x25 then / 60 and that value is the average distance they would travel in that time all put into a custom state. And of course the address input here as well put into a custom state

Over to the repeating group that gets filtered here is the expression:

that all works out fine with the apply filters button and workflow BUT then over on the repeating group the value for the staring point/address is empty the address is inputted as a text at the start:

and its changed at the repeating group formatted as an address:
image
WHY DOES IT NOT FORMAT please help me!

Using the debugger is always helpful.

From your screenshot, the address input is a text. Why not use a search box and make it a geographic address type input? Then your search constraint is just within Range X of Searchbox’s value.

thats a good idea

But its not working I was thinking could it be something to do with not having google map thing api thing not set up?

Setting that up if you’re prompted to might be a reasonable place to start.

1 Like