I have been looking at this guide, where it's described how to use multiple selected values from a multiselect in an SQL statement.:
I need to do a similar thing, but to a rest API, that looks like:
Today the values are added as an array inside a filter in the request.
For each value selected it should create a statement like: Location_Code eq 'valueX' so it would look like:
"Location_Code eq 'value1' OR Location_Code eq 'value2'