I’m currently using a custom state on a location field residing in an input element.
The location value I’m interested in is currently not stored in the database and it is auto determined by longitude and latitude coordinates based on a map pin point (This all works fine).
What I’m trying to do is capture the location information through a custom state (Which I think I have done via the set state image below which is called from a button / workflow).
The part I’m struggling with is how to retrieve and show the value stored in another input box (Image below).
Yes, the set state workflow states empty (not sure why). I wonder if that is because I’m finding the location dynamically via coordinates. As an example I move the cursor it changes the coordinates and location automatically.
Just curious, does the formula for “Value” look OK? The CalculateCoordToAdd is the input field that contains the address from the coordinates. I did test just putting text in the value box (i.e. Hello) and I could see the state was setting properly.