Hi, I want to build a PowerApps-Gallery filtering everything with dropdowns, I'm using this Tutorial, but it won't work for my problem: PowerApps filter gallery by dropdown - YouTube. Typically very great instruction and I have normally no problems, but today I'm struggling:

Screen - OnVisible: ClearCollect(collectODs; {Result:"All"});;
Collect(collectODs;Distinct(tD;'Primary Division (then)'))
Dropdown - Items: collectODs
Gallery - Items: If(Dropdown3.Selected.Value = "All";collectODs; Filter(tD;'Primary Division (then)' = Dropdown3.Selected.Value))
Thank you for the help!