Hey @giulia_mg,
Please check my notes below:
- For authentication you have to use personal tokens on your api calls because API keys don't work any more.
- For list records request on Airtable you can add sorting by adding the sort parameter on your query parameters.
- To get more than 100 records. Your first request includes the offset in response. To fetch the next 100 records you have to perform a second call using the offset on your query parameters.
In my experience Airtable is really powerful database system what gives to end users the opportunity to interact with their data efficiently and easily. On integrations I build with Power BI I didn't have any trouble. May I ask how did you built your queries?
For any question please do not hesitate to post here.
Yours sincerely,
Dimitris Goudis