Hey
I am using Postman to make an API call from Airtable to list all 14,000 of my records to store in a variable and pass onto voiceflow.
This is my pre- request script:
Hey
I am using Postman to make an API call from Airtable to list all 14,000 of my records to store in a variable and pass onto voiceflow.
This is my pre- request script:
Did you change the relevant variables (base ID, table ID, api key)?
Are any error messages returned when you run the script? This would be very helpful in determining what's wrong.
Did you change the relevant variables (base ID, table ID, api key)?
Are any error messages returned when you run the script? This would be very helpful in determining what's wrong.
Hi
Thanks for getting in touch.
Yes I changed the base ID, table ID and api key. The issue is that rather than the function running until all records are received it stops at the first 100.
The standard API has a limit of 100 records per call. You need to use additional calls with pagination to get more than 100 records.
Here are some topics on the forum that have scripts that other users have used:
The standard API has a limit of 100 records per call. You need to use additional calls with pagination to get more than 100 records.
Here are some topics on the forum that have scripts that other users have used:
Because I have a lot of records I was trying to do it automatically, but I have accepted that it needs to be manually in batches.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.