Hello, I am Using Airtable for lot of time,
But Everytime I Create a Row from Airtable Website and Try to Load it in my app. it loads but not instantly. It will take idk How much time it does not detect new rows instantly upon adding.
please help
my blocks
Thanks in Advanced
dora_paz
(Dora)
January 29, 2022, 10:19am
#2
Since you call get all rows why don’t you use dictionary blocks and get data from json response when got all rows ?
That kind of error is obtained when you try to get data from a Json and the logic you use to extract the data does not match with the structure of the json
Here is an example of how you can get data from Airtable using the GetAllRows block (with this block you get a Json in the response content) using dictionaries
Note: In airtable it is easier to get each column and then work with those data as lists
This is my Airtable structure:
[imagen]
We create the variables for each airtable column.…
1 Like
That goes too complicated code & also I am not good at using dictionaries