I am saving a map location (the current location) to a thing, which works well.
But I want to make this user driven. So I have an “Address” field, and a search. And this resets the marker on the Map. But I then can’t say “Set the Location things’s geographic address … to the address that the current marker is on.”.
I tried pulling out the address into a custom state of “address” on the map and saving that, but this doesn’t seem to work. The address is blank, and so is the lat/long.
I could probably save the lat/long myself on the thing in two numeric fields. But I then I don’t think I can put a marker on a map using this, as it needs address.
Any advice gratefully received