Hello community,
A problem need someone's help, in powerapps i have created a dropdown list to show different column names based on a collection.
I type the value manually (The collection have part of same column names)
["All items","Selection one","Selection Two".......]
When i want to use the selected value from dropdown to a filter, it cannot be identify the boolean value.
Filter(collectionname,dropdown.Selected.Value = true)
In the collection,"Selection one" is a boolean column.
If i use the column name in the collection, it works.
