Query builder with NOT IN clause does not work correctly

OS info

Problem description

I created a query with NOT IN clause to exclude the first two ids of the table, but it doesn’t work correctly, the query returns an id value which must not be present as shown in the attached image,
so i created the same query with a custom query and it works fine.

Create a query with query builder

Create custom query

Result google chrome dev tools, the query returns an id value that must not be present

Community Page
Last updated: