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