OP 26 June, 2024 - 01:43 AM
Complete noob here (no coding knowledge), I want to get data from a combobox in an airtable form (example: https://airtable.com/app33NKMsY7Ic2VWD/p...6yHcq/form), but all I could figure out was that when you click the button to enable the combobox, the site sends a post request to get items from the table based on what the user typed in the search box (limited to 1000 items per request).
So I wanna know if it'd be possible to generate an altered request to get all the items in the table, or if I just have figure out how to manually generate requests that cover all of the items (probably making a macro to use the search box to type in every combination of letters form a-z and then collect all the responses somehow?). Appreciate the help!
Here's a screenshot if that makes it easier:
So I wanna know if it'd be possible to generate an altered request to get all the items in the table, or if I just have figure out how to manually generate requests that cover all of the items (probably making a macro to use the search box to type in every combination of letters form a-z and then collect all the responses somehow?). Appreciate the help!
Here's a screenshot if that makes it easier:
![[Image: 7euslVB.png]](https://i.imgur.com/7euslVB.png)