I’m very new to the bubble platform and need some help understanding
how i could create a button that find the users location that clicked the button and then search
that postcode, then to find a shop within 5km from them. and show the result on a new page
The way you’d do it is, if you were to do this on the same page (which is simpler), You’d have a repeating group that can display shops and have a workflow that does
When the button is clicked, display list in repeating group, and the data source of that action being “Do a search for shops with the constraint address is within 5km of current position” You’ll find current position in the dropdown.