Hi
I am new to power apps and i am creating an app where i have taken blank vertical gallery and added columns by textinput and kept property of items as thisitem.columnname and by that i have got all values shown in the gallery. later i have created a filter by taking drop down and connected to a column by taking items property as sort(distinct(tablename,columnname),value) and now i have gone to gallery items and written as filter(tablename,isblank(dropdownname.selected) || columnname = dropdownname.selected.value)
and its showing only index value and columnname values in the table and remaining columns as blanks. please tell me where i have done wrong so that i can view all the columns in the galllery. Please help me where i have done wrong.