Hello,
I need an idea on how to enable a drop down list in a script tool so that I can select multiple attribute values from a selected field.
Based on a code from ArcGIS blog, "Generating a choice list from a field", I managed to create a script tool with ToolValidator function to make a a drop down list.

But I cannot select multiple values with this code only. I can check the box of "Multiple values" in Parameters section. This makes multiple values windows but even if I select multiple values, the values won't be included as inputs. So, I feel the script in validation section needs to be modified but I am struggling with that.
Thanks in advance.