Put a marker on map from Airtable

Hi @dpalusak,

in my opinion there are some errors in your code:

  • the values “latitude” and “longitude” need to be numbers, so add a little math before assigning them, because you get only strings, when you call “Airtable getAllRows” and adding Zero gives a number!
  • the block “Map addmarker” must reside inside of the loop.

Look at my example, it should work for you:

grafik

4 Likes