I want to remove some values from a category value list in parameters

I want to remove some values from a category value list in parameters.

For example, in the following case, I want to remove “Low” from the order priority.

When creating parameters in the parameter creation dialog, if the value list is retrieved from a dataframe, you need to apply a filter to the column beforehand to exclude unnecessary values.

In a step prior to the step where the parameter is applied, use a filter to remove unnecessary values.

Display the parameter dialog and link the step to the filter step that removed the unnecessary values.

This way, unnecessary values will no longer appear in the parameter list.