Put a marker on map from Airtable

Hello @dpalusak,

At a glance
Try removing the Airtable “GetRow” block from the “for each” block and use only the “addMarker” block. You will also need to swap the “value” block for the variable “j” block.

As is, you are telling it get a row for every row and trying to pull the row number from the latitude property found inside the longitude property (which doesn’t exist).

Remember to always comb over your own project carefully when following a tutorial to ensure you haven’t missed the little things -

Let me know if this doesn’t fix it and I will dig deeper for you!