Hi all,
Running into some trouble filtering a gallery. I have a reference variable that is populated by a different list and looks something like this:
QuestionA~AnswerA;QuestionA~AnswerB
Meanwhile, the gallery to be filtered will compare to that variable in one of it's columns that has values looking like:
QuestionE~AnswerD;QuestionB~AnswerC;QuestionA~AnswerA
In this example:
QuestionA~AnswerA;QuestionA~AnswerB
QuestionE~AnswerD;QuestionB~AnswerC;QuestionA~AnswerA
Since a portion of each string match, this row would pass the filter check. Any way to code this in PowerApps? These strings can also be turned into one-column tables using the semicolon as a delimiter, but I'm running into the same issues there.
Let me know if you have any ideas!
Thanks,
Farhan