Khushal@2303Original post
Rank 1: Thread
I want use IN query which will check in multiple object.
Like I have list of ids [1,2,3,4,5], I want to check [1,2,3,4,5].in[5] then I should return me one row.
Summary
The user wants to know how to use the IN query with an array attribute in the Appwrite database. Another user suggested using code in Flutter to achieve the desired result. There is no direct solution provided in the thread.