Hello,
I need some Help from the Experts... In my PowerAPP I created a Gallery. In where I placed some Fields which I want to Filter.
In this specific Case the Data from the Choice-Column is displayed in this Way:
Concat(ThisItem.'ColumnName'.Value;Concatenate(Text(Value);","))
This results in this : Value1, Value2, .... Everything is working as expected...
But for some Reason I cannot get each Choice as one Entry inside a Multi-Select-Dropdown and after the Dropdown I want to Filter the Gallery based on that Dropdown. But for the First I am happy if my Dropdown displays my Data Correctly.
Thank you in Advance.