Sep 11, 2023 02:58 PM
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
Solved! Go to Solution.
Sep 11, 2023 05:48 PM
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".
Sep 11, 2023 05:48 PM
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".