I’m trying to use q filter check if text is contained in an array.
I have my array, the text to look for and the filter. But when the text is contained in the array the filter is not working properly. Do you know how to fix this?
You can use a combination of “map” and “join” functions. You would need to map the array to extract the relevant values (like names), then join these values into a single string…then use the “Text contains” operator to check if your text is contained within this joined string