Hi folks,
I have a column in my source table that has a text string of values e.g. "A,B,C". In my app I have a collection which I'd like to search when I filter my data to see if any value of the column ("A", "B" or "C" in this case) exists in the collection.
If creating a Choices column or similar simplifies this, happy to know how to amend my import data (currently a single column in Excel as "A, B, C" etc) to successfully import into a Choices column.
I tested some logic on a button which worked OK but having issues embedding this in my Items formula as part of the Filter function:
ForAll(Split("A,B, C", ","), If(Value in colMatchValues, Notify("Value Exists"), Notify("Value Does Not Exist")))
Any help or ideas on how best to approach this?
EDIT: I've amended the topic title to better reflect the issue hopefully!
Many thanks