How to pass multiple Query Parameter values to a GET web api?

Tried passing multiple values to a query param to filter a column values that are in the list of values in query param.

In Query Filter tried the "in" operator. Its not working. Below is sample query param with multiple filters to filter by that I am trying.

?queryParam=value1,value2

Please advise how to filter based on multiple values.

  Discussion posts and replies are publicly visible