I want to add a new row into dataverse, and I want to filter by an array value. For example if my array is [ [a,b,c], [d,e,f] ], in the filter i want it to be facility eq array[0][0]. I read that i can't use arrays but i have seen people post that they did it with a concat which didn't work for me.