Introduction to Power Apps
Luise Freese
Azure & Power Platform Architect
Filter(source, condition) returns matching rowsItems propertyFor example:
Filter(Tasks, Status = "In progress")

$$

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

Filter() can take multiple conditionsFilter(src, Status = sel, StartsWith(Title, txt))
$$


Introduction to Power Apps