Is there a way to get user input from a dropdown list? I would like this list populated from the values in a single select field.
Lee
Is there a way to get user input from a dropdown list? I would like this list populated from the values in a single select field.
Lee
Hi @Lee_Mandell - there are various input options you can access from a script - table, view, record, field and so on - but accessing a single value from a single select field isn’t available. There’s a couple of workarounds you could use.
input.recordAsync
input.buttonsAsync
With both of these you’d need to keep the records or buttons aligned with your single select options and if you add an option it clearly won’t be in your script until you amend it to match, but if your select options don’t change too frequently this might work for you.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.