Skip to main content
Solved

choosing single select option as variable in script

  • September 11, 2023
  • 1 reply
  • 38 views

auekk2787
Forum|alt.badge.img+12

I'm writing a script to create records from an API call. One of the fields is a single select option. At the start of the script, I want to use the input option for the user to pick an option from the single select, which will be used for all the records. 

I don't see any option to pick from a single-select list. Is this possible?

https://airtable.com/developers/scripting/api/input

 

Best answer by Sho

It is not possible to make a single-select selection like in the base.
You will have to use buttons or create a table of selections and use "input.recordAsync".

1 reply

Forum|alt.badge.img+21
  • Inspiring
  • Answer
  • September 12, 2023

It is not possible to make a single-select selection like in the base.
You will have to use buttons or create a table of selections and use "input.recordAsync".