There may be a topic for this already, but I have searched and I cannot find it!
I am pulling a lot of data from a specific row in airtable (this row number can change depending on what the user selects)
To save my app doing 10 requests or so for each different cell in that row, can I simply call a get entire row then pick each specific piece of data from that row which is now locally saved in a variable or something? It is just text, no photos. It would speed my entire app up.
Many thanks