Skip to main content

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

 

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".


Reply