From This Image We can understand the issue much more clearly …
In this image we can clearly see that the Data is in This Format - ABCDE of Column 12345 but airtable is sending Data in This Specific Format Every Time - BEADC of Column 25143
We can see that this is not in sequential order
So how to do that ??
Some will say use " get cell " but if we have 9 -10 cells then using get cell is little complicated as we have to use 9-10 Spreadsheet component
This Can Be Skipped Using My trick
Components Required –
Spreadsheet
Labels
Buttons
In this trick We will Use A global variable which is assigned to 0.
and a button to refresh the screen
when screen initialize call get data
When screen will call get data get cell will be called
and when the cell is got this block will run here the count will be increased in order to get all cells one by one without using more than one component (spreadsheet)
hope You all will like this guide and try this method in you projects !
Last Words
As you all know firebase db is slow than airtable so using airtable should not being complicated use my method to get different cells without use of so many components
You are saying that firebase is faster but when I was using firebase in my app it was taking time but when I used airtable it was working very fast as compared to firebase in my case…