Hi all,
I am writing an App that first pulls data from an API with JSON structure and I have decided to use AirTable mainly because I can see the data that has been inserted when I view the table on Airtables site.
Whereas when I used the LocalDB option after inserting data, I am not able to see that data in the design screen.
Aside from this I wanted to ask the following about Airtable and API JSON.
- I make an API call and once this has been made it switches to another screen to view the data retrieved - I have found that on the first attempt at this there is no data, I then have to switch back and try again, this time data appears on the screen I switch to. So my question how to I best manage this delay in showing the data?
- When data is inserted from this JSON I am trying to use best practices to determine if the data already exists. So is there a method to attempt to update then insert if the update failes because the data does not exist?
Thank you
TimCS