I can’t get Airtable Data, is there something I’m doing wrong?
Here’s aia of it.
AirtableDataTest.aia (174.1 KB)
I can’t get Airtable Data, is there something I’m doing wrong?
Do you have any empty fields in your database below row 7 to 23 or somewhere in database ?
Did you entered correct api key & base id ?
Also i suppose view name should be Grid view
Just enter space in front of Product in blocks it’s working
AirtableDataTest1.aia (174.1 KB)
As @Anu suggested grid view name is one problem the other I believe is Column name that might cause the problem, I can get all rows and I noticed an empty space in column Product
[
{
"id": "reco8D2rqGrDvw9FL",
"createdTime": "2022-04-15T04:52:19.000Z",
"fields": {
"total": "7485.4",
"UNIT": "2",
"MRP": "10",
"SKU": "230 ml",
"Product ": "SNT",
"Price": "425.8"
}
},
Yes, that’s it.
Thank you so much both of you
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.