Skip to content

Commit dd20259

Browse files
committed
link update
1 parent 41d553b commit dd20259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/maker/canvas-apps/sharepoint-scenarios-filter-search-list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ In this scenario article, you'll learn how to filter a search list in a canvas a
2626

2727
You can use text input control in a canvas app to input text and filter the list such as a data table to filter list items from the connected SharePoint list.
2828

29-
To use the ability to search using a text input and filter the records, you have to use the function [filter](./functions/functions/function-filter-lookup.md). For example, `Filter([@Colors], StartsWith(Title, TextInput1.Text))` uses the SharePoint list connection **Colors** and the column **Title** to filter the records.
29+
To use the ability to search using a text input and filter the records, you have to use the function [filter](./functions/function-filter-lookup.md). For example, `Filter([@Colors], StartsWith(Title, TextInput1.Text))` uses the SharePoint list connection **Colors** and the column **Title** to filter the records.
3030

3131
## Example
3232

0 commit comments

Comments
 (0)