Skip to content

Commit f33f0e2

Browse files
authored
Update function-navigate.md
1 parent 957cccd commit f33f0e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/maker/canvas-apps/functions/function-navigate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ You can use **Navigate** to create or update context variables of the new screen
4747

4848
Set the **[OnHidden](../controls/control-screen.md)** property of the old screen, the **[OnVisible](../controls/control-screen.md)** property of the new screen, or both to make additional changes during the transition. The **App.ActiveScreen** property will be updated to reflect the change.
4949

50-
**Navigate** normally returns **true** but returns **false** if one of its arguments causes a problem.
50+
**Navigate** normally returns **true** but will return **false** if an error is encountered.
5151

5252
## Back
5353

0 commit comments

Comments
 (0)