List in Where clause

Alright solved this, my inner query would return:
[
[
“myidHere”
]
]
So i used ARRAY_FLATTEN to solve this

1 Like