Passing parameters to a value selection screen in ValuesPicker's values_select action

Hi,

Is it possible to pass parameters to a value selection screen when using a ValuesPicker component? I need to be able to select several items from a filtered list of entities, so my idea was just to pass filter parameters to a select screen. EntityPicker’s lookup action has a screen configurer to do that, so may be there is something similar for ValuesPicker’s select action, too?

Is actually ValuesPicker a good choice for the task, may be there is some better way?

Hi,

ValuesSelectAction has the setOptions method that allows to explicitly set the options for the ComboBox component in SelectValueDialog.

Regards,
Gleb

1 Like

Oh, thank you so much! I’ll try it