pvignesh92
Honored Contributor

@Rishabh Shanker​ Hi. The array_contains function requires the below syntax

array_contains(array, value)

The argument needs array as the first value and the element as the second value. So can you try

array_contains(table1.item_id, table2.id )

View solution in original post