May 06, 2024 08:59 AM
Im trying to set up a BOM (Bill Of Materials), but i have thousands ind different categories and subcategories. I though it could use the use the new dynamic filtering in the the link fields, but as there a many seperate sub categories depending on the material it ends up being quite messy.
So I thought I maybe can rig something up in a script extention to have the user run through a bunch of questions to filter out all the irrelevant records to finally be asked to choose from a narrowed down list (as if the user would be choosing records from filtered view). Is this possible with the script extention?
Solved! Go to Solution.
May 06, 2024 05:32 PM
Yeap, you can pass a specific list of records to `recordAsync` to allow the user to select from them:
https://airtable.com/developers/scripting/api/input#record-async
May 06, 2024 05:32 PM
Yeap, you can pass a specific list of records to `recordAsync` to allow the user to select from them:
https://airtable.com/developers/scripting/api/input#record-async