Filter repeated data variable

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?

You’ll find good inspiration from this tuto:

Thanks, I’ll give it a try and reply with my results.

I have the filter implemented for one field; however, is it possible to loop through my local data resource which contains a list of strings and then filter my repeated data (announcements in this case) by these values? I am not sure how I can implement this. Any thoughts would be greatly appreciated!