In
the previous article Peter Kalmström, CEO and Systems
Designer of kalmstrom.com Business Solutions, created a
powerapp that shows today's unfinished tasks from the Tasks to Do
SharePoint list.
In the demo below, Peter describes how to
add a Search feature to the powerapp.
Add Search to the Tasks To Do powerapp
Insert a Text input field above the first task
and rename it to txtSearch.
Insert a Search icon beside the Text input field.
Open the Advanced tab in the Text input right
panel and set Clear to True. Under the Properties
tab, remove the default text in the field.
Add an extra filter to the gallery to filter by
the search term. The total filter formula will then
be: Filter(Filter('Tasks To Do', Done=false),
txtSearch.Text in Title)
In the
next article we will enhance the powerapp with a
task instructions.