How to use WHERE after SPLIT

Dear Wapplers,

I need a help with WHERE operators for arrays.
I have a variable test which contains: test,apple,apple juice
I have another variable list with test.split(',')
And now list is an array.
I would like to return all entries where value contains apple, but question is - Data Binging - what Property should I type? Selection is unavailable.

.where('$value', 'contains', 'apple') - won’t work
.where($value, 'contains', 'apple') - won’t work
.where(value, 'contains', 'apple') - won’t work

Server model: NodeJS

Community Page
Last updated: