The “recordNumber” can be obtained by typing the code in a text box or scanning a barcode.
I have used both means and of course the result is the same.
I think the problem has something to do with what I found in the Airtable API.
maxRecords number
optional
The maximum total number of records that will be returned in your requests. If this value is larger than pageSize
(which is 100 by default), you may have to load multiple pages to reach this total. See the Pagination section below for more.
pageSize number
optional
The number of records returned in each request. Must be less than or equal to 100. Default is 100. See the Pagination section below for more.
I’ll try to solve my problem.
Thank you again