Hello Thunkable Community,
I’ve been working on displaying all my pinpoints on a map using Thunkable, and I’ve managed to implement a solution that retrieves all the data and plots the pinpoints successfully. However, I’m concerned about the computational cost of my approach and would love to hear any suggestions for optimizing it.
Here’s a screenshot of the block setup I currently have:
In my implementation, I’m retrieving all the data from my Airtable and placing markers on the map accordingly. While it works, I feel there might be a more efficient way to achieve this e.g. a single request to retrieve all the rows.
I’ve read that there was a Get All rows but I can’t find it anywhere.
I would really appreciate any insights or alternative strategies that might help reduce the computational load or enhance the performance of this feature.
Thank you in advance for your assistance and suggestions!

