Introduction to Power Apps
Luise Freese
Azure & Power Platform Architect
Filter(source, condition) returns matching rowsItems propertyFilter('Marketing Tasks', Status.Value = "In progress")

Items to a list of status optionsDropdown1.Selected.Value in the gallery filter
Search(), matches substrings, anywhereStartsWith() does delegate, use it

Filter() can take multiple conditionsAnd() or &&Filter(src, Status.Value = sel, StartsWith(Title, txt))


Introduction to Power Apps