Hi Currently trying to use my dropdown and add an "All" option to my list so I do not need to select a option to populate the gallery.
I have a button that is set up to a collect seen here: ClearCollect(colChoices, {Result:"All"}, Distinct(Tsp,'certifications?')). I now have a dropdown that has the option 'All' in it. However I am struggling to write the filter to capture "ALL" of it.
Here is my filter of the gallary
Filter(Tsp,Dropdown1_1.Selected.Result='All' || 'certifications?'=Dropdown1_1.Selected.Result) I do not understand why in this instance I have to use .result and not .value. Also I am not sure why my column is not working and I am not able to set it as a .value. I should not that I am importing this data from excel please let me know if you have any ideas. I have beem sifting for a answer and I am not seeing much. I will attach a picture of what this column looks like in excel.