At first I thought this could be caused by the updated Map onClick event.
However, it seems to be related to the loop in the ‘on Map Ready’ block. If you get one row of the Spreadsheet, and display a corresponding marker in the app, it works as expected. I’ll take a closer look at the matter this week.
Have you had a chance to look into this? I am having the same issue and I believe you are correct that there is something up with the loop in the ‘on Map Ready’ block. I would love to get this to work as I am building an app for a client of mine.
Thank you for all of your hard work on this as the tutorial was excellent!
I have been able to work this out. Below are blocks that I used. With some help I was able to figure out that if there are blank cells or a blank row in the airtable spreadsheet the app will crash. (This was the key to the entire thing for me) There will need to be some logic in there to check for blanks but I have not gotten there yet. I hope this helps someone else!