Show markers on map based on two separate fields in DB?

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! :slight_smile:

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 :slight_smile:

This topic was automatically closed after 70 days. New replies are no longer allowed.