I have a label with Text set to:
CountIf(FacAppCapBudget, budgetYear="2019")
Result: 90
I have a button OnSelect set to:
ClearCollect(CurrentFacilityBudgets, LookUp(FacAppCapBudget, budgetYear="2019"))
Result: 1 item, which would be the first item alphabetically.
What am I doing wrong here?