In codeless, I am trying to search for a list of objectId’s using the IN operator, as soon as I add more than 1 objectID, the result is an empty list. If I run it with 1 objectID it works as expected?
Thanks
When running the same query via API rest console it works fine
The logic includes surrounding single quotes, while each element in the array already has quotes. As a result, the final where clause will end up looking like this:
Thanks for the Hint!.
Actually remembered I had this issue with another query few months back and had to convert the list into text, then use Regex to add the singles quotes to each objectId