I have a table with a column which can 0 or more string values. I’m trying to search for all records that contain a certain string value in its that column
I’m using the following in my request URL but never getting any records (this value does exist within the array of values in some of the rows)
filterByFormula=SEARCH("rec6CS1RqOjcYLwXf", ARRAYJOIN(Industries))
Am I doing something wrong?