Help

The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.

choosing single select option as variable in script

Topic Labels: Scripting
Solved
Jump to Solution
1398 1
cancel
Showing results for 
Search instead for 
Did you mean: 
auekk2787
7 - App Architect
7 - App Architect

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

 

1 Solution

Accepted Solutions
Sho
11 - Venus
11 - Venus

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

See Solution in Thread

1 Reply 1
Sho
11 - Venus
11 - Venus

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