Hi all,
I have a SharePoint list(Demo List) with a Column - Countries which is a multi select Choice column. In powerapps, I have a gallery with items that have country next to it. I want to filter the gallery in a manner that only those items should be visible to the users whose country is the same as the user using the powerapp.
The code I am using right now is Filter('Demo List', Country.Value = Office365Users.Myprofile().Country) but the error I am getting is that it is incompatible comparison. I understand it is because the choice column is a multi select.
Can anyone please help me on this?

Report
All responses (
Answers (