I am trying to write a query returning all documents with IDs included in an array. Can I access the document id in the "where"? _id seems not to work.
Workaround found, I decided to store the document ID also in a document string property, now I can operate with it.
I am also having this issue. Having to store the document ID again is not something I am able to do at the moment. Is there a way to query by _id? seems odd that this query fails.
Hey @ssgutierrez42! Would you mind sharing a full screenshot of this query + any errors youβre hitting? What resource type are you using?