Hi there!
I’m trying to populate a map with markers based on coordinates from my Airtable API. I have successfully done this using “Calculate Coord to Address” for a “single” marker on the map. However, I can’t figure out how to make it work for a “list” of markers.
–Single Marker–
I was able to get the Lat/Long from Airtable and use :first item to grab a singular set of coordinates. Works like a charm!
–List of Markers–
As you can see from the evaluator…It’s pulling the coordinates, but just not breaking them out into a list of markers. I’ve tried :items from #, :items to #, and a few other options from the “List of Things” but I’m all out of ideas.
I feel like I’m on the right track, but there’s probably something fundamental that I’m missing. Would appreciate any advice or assistance.
Thanks!