Hi,
In my app I am displaying repeated data from my Baserow database and would like to filter the results according to a list of strings used as the filter. i.e. if any of the repeated data values pulled from the Baserow DB contains one of the strings stored in the list, then it would display only those data entities and not those without those values. I currently store the list of strings locally. Any ideas on how I can implement this?