Help

Possible to make a "conditional drop down" in the script extention?

Solved
Jump to Solution
155 1
cancel
Showing results for 
Search instead for 
Did you mean: 

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?

1 Solution

Accepted Solutions
TheTimeSavingCo
18 - Pluto
18 - Pluto

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

See Solution in Thread

1 Reply 1
TheTimeSavingCo
18 - Pluto
18 - Pluto

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