• Assuming the parameter is expected multiple values, I think that you will need to send the values as an array of values instead of a comma separated string.

    You could try using an expression like

    =Split ("Production,Development", ",")