It’d be nice if, in addition to defining multiple choice options based on object set properties, you could use a function to provide options, or input options to an action a parameter from a workshop variable.
One use case: I have an action form that needs to take a Quarter (e.g. YYYY-QQ, 2025-Q3). I have a function which I use throughout a workshop module to get proximate quarters (i.e. last four, current, next four). I’d like to be able to use this same function to limit input to the parameter for quarter in the action.
I suppose the alternative is to build the action form in workshop and then hook it up to parameters, but it’d be nice to avoid that.