Good afternoon, all:
Firstly, thank you to everyone that contributes to this forum. I've found it extremely helpful over the years!
Here's an outline of the issue I'm stuck on:
Data source: SharePoint list
App type: Canvas app
Goal: Filter a gallery via a combo box over a multi-select SharePoint list column. I'd like for users to be able to select multiple options and only display results if one of those options is in the SharePoint list column (the column itself is a multi-select choice field).
Roadblock: I've ran into issues filtering the gallery because it appears I'm attempting to compare two table records, which PowerApps doesn't seem to like.
Example:
Let's say my SharePoint list column is a multi-select field:
Column name: Options
Choices: ["Test 1", "Test 2", "Test 3", "Test 4", "Test 5"]
In my Power App there is a combo box for each of these options. If a user were to select "Test 1" & "Test 3", for example, I want to filter my gallery to show every item that has either "Test 1" or "Test 3" as an Options choice selected.
Does anyone have guidance on how to accomplish this? Appreciate your time and happy to provide further information if that is helpful.