Skip to main content
Solved

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

  • May 6, 2024
  • 1 reply
  • 27 views

Kim_Trager1
Forum|alt.badge.img+23

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?

Best answer by TheTimeSavingCo

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

1 reply

TheTimeSavingCo
Forum|alt.badge.img+31

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