Skip to content

Commit 1163ca8

Browse files
authored
Merge pull request #2802 from MicrosoftDocs/canvasapp-multiple-issues-april30
Canvas app fixes for issues 369 and 338
2 parents 945b9e3 + 6289cec commit 1163ca8

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: powerapps
77
ms.topic: reference
88
ms.custom: canvas
99
ms.reviewer: tapanm
10-
ms.date: 05/16/2019
10+
ms.date: 04/30/2020
1111
ms.author: gregli
1212
search.audienceType:
1313
- maker
@@ -49,6 +49,8 @@ Set the **[OnHidden](../controls/control-screen.md)** property of the old screen
4949

5050
**Navigate** normally returns **true** but will return **false** if an error is encountered.
5151

52+
Context variables for navigation are explained in the article [navigate between screens](../add-screen-context-variables.md#add-navigation).
53+
5254
## Back
5355

5456
The **Back** function returns to the screen that was most recently displayed.
@@ -115,3 +117,7 @@ When the **Back** function runs, the inverse transition is used by default. For
115117
1. Select the button on each screen repeatedly to bounce back and forth.
116118
117119
[Another example](../add-screen-context-variables.md)
120+
121+
### See also
122+
123+
[Add screen context variables](../add-screen-context-variables.md)

powerapps-docs/maker/canvas-apps/sharepoint-scenario-build-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: powerapps
77
ms.topic: conceptual
88
ms.custom: canvas
99
ms.reviewer:
10-
ms.date: 06/12/2017
10+
ms.date: 04/30/2020
1111
ms.author: emcoope
1212
search.audienceType:
1313
- maker
@@ -399,7 +399,7 @@ The completed screen should now look like the following image (if the fields are
399399
![Update Details screen finished](./media/sharepoint-scenario-build-app/04-06-06-edit-final.png)
400400

401401
## Step 7: Run the app
402-
Now that the app is complete, let's run it to see how it works. We'll add a link on the SharePoint site to the app. You will be able to run the app in the browser, but you might need to share the app for other people to run it. For more information, see [Share your apps](https://powerapps.microsoft.com/guided-learning/learning-manage-share-apps).
402+
Now that the app is complete, let's run it to see how it works. We'll add a link on the SharePoint site to the app. You will be able to run the app in the browser, but you might need to share the app for other people to run it. For more information, see [Share your app](share-app.md).
403403

404404
### Add a link to the app
405405
1. In the Office 365 app launcher, click or tap **PowerApps**.

0 commit comments

Comments
 (0)