Trying to do a simple filter of Column 2 of a table and present column 1 in a listbox. The filter value is input from selection list. the code below was applied to the "items" property of the listbox.
Filter(AreaID, AreaID.'Project 123' = Project_Selection_List_1.SelectedText.Value)
Warning is "Delegation warning. The "Filter" part of this formula might not work correctly on large datasets.