Working with the database query IN filter

This is one of the peculiarities of the Query Builder. You would expect to be able to add the criteria as you would in a normal SQL query, but you need to turn the list into an array:
{{"1,2,3".split(",")}}
This has been discussed here.

2 Likes