Error: Unsupported comparison between type 'string' and type 'link'

When I try to query a document using “IN”-keyword, I get this error:
Error: Unsupported comparison between type ‘string’ and type ‘link’

_id is of type string and “allHeadUnits” is an array of strings

2 Likes

Did you manage to solve this? Running into the same issue…