I have Latitude and Longitude in 2 separate fields in a DB.
How do I merge theses in my search so I can show markers at these locations?
Thanks!
I have Latitude and Longitude in 2 separate fields in a DB.
How do I merge theses in my search so I can show markers at these locations?
Thanks!
Do it on the database, when you store the lat/lon. Going to be much easier.
If you canβt do that for some reason, then it is possible to do it by creating a list on the fly on the current user via an API workflow.
Not sure you can do it via a Custom State.
Thanks
This topic was automatically closed after 70 days. New replies are no longer allowed.