Hi,
I make a request with the API connector and get some data back. One of the fields is an option set and even though it works fine assigning the option, it seems I cannot use it as filter. It happened two times when I tried to use :filtered directly in the API’s response.
In short, if I’m using :filtering directly in API response “Result of step XXX” the :filtered works for the other data that are text type, but not for the options set . However, If I take only the field that is an option set from the api response it works.
Result of step XXX:filtered => Does not work
Result of step XXX’s Status:filtered => WORK
But in one case I would like to filter and then access information in other fields of the response. Does anyone have an Idea of how to do it ? Should I consider this a bug ?
Here are some images of the two times this happened :
In both cases I use the following Option set :
First case : Not able to use the different opperator “<>”
Second case : Not able to use an = operator