Skip to content

Commit 41d553b

Browse files
committed
link fix
1 parent 9302802 commit 41d553b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

powerapps-docs/maker/canvas-apps/sharepoint-scenarios-choice-to-lookup.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 use a drop down list with choices
2626

2727
You can use lookup columns in SharePoint that consume values from other lists or libraries. When using such column as a field in a canvas app, you can use drop down list with choices.
2828

29-
To use the choices in a drop down list, you have to use the function [choices](../functions/function-choices.md). For example, `Choices([@'Vehicle registration'].Vehicle_x0020_type)` uses the SharePoint list **Vehicle Registration** and the column **Vehicle type** for the lookup of the type of the vehicle.
29+
To use the choices in a drop down list, you have to use the function [choices](./functions/function-choices.md). For example, `Choices([@'Vehicle registration'].Vehicle_x0020_type)` uses the SharePoint list **Vehicle Registration** and the column **Vehicle type** for the lookup of the type of the vehicle.
3030

3131
## Example
3232

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/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)