Greetings.
I run a query on a table that filters and displays an array of id.
After doing this, I feed the matched_users variable into the not in filter :
and get the following error:ParseError: 'Users.id' not in [{'receiver_id':6}], message=Type mismatch.
Thank you for your help!