Skip to content

Commit d2abb37

Browse files
authored
Update object-app.md
1 parent 1668611 commit d2abb37

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

powerapps-docs/maker/canvas-apps/functions/object-app.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Nobody wants to lose unsaved changes. Use the **ConfirmExit** and **ConfirmExitM
5858
> **ConfirmExit** doesn't work in apps that are embedded in, for example, Power BI and SharePoint.
5959
6060
> [!NOTE]
61-
> At present, these properties cannot reference controls on any screens besides the first screen if the **Delayed load** preview feature is enabled (which it is by default for new apps). If references are made, no error will appear while authoring, but the resulting published app will not load in any players. We are actively working to lift this limitation. In the meantime, you can turn off **Delayed load** in the File > App settings > Advanced settings under Preview features.
61+
> At present, these properties can reference controls on only the first screen if the **Delayed load** preview feature is enabled (which it is by default for new apps). If references are made, PowerApps Studio doesn't show an error, but the resulting published app doesn't open in PowerApps Mobile or a browser. We're actively working to lift this limitation. In the meantime, you can turn off **Delayed load** in **File** > **App settings** > **Advanced settings** (under **Preview features**).
6262
6363
### ConfirmExit
6464

@@ -73,8 +73,8 @@ The confirmation dialog box appears in any situation where data could be lost, a
7373
- Closing the browser or the browser tab in which the app is running.
7474
- Selecting the browser's back button.
7575
- If the app is running in PowerApps Mobile (iOS or Android):
76-
- Running the [**Launch**](function-param.md) function.<br>If you run this function in a browser, another tab opens (no data would be lost, so the **ConfirmExit** formula doesn't evaluate).
77-
- Swiping to switch to a different app in the player.
76+
- Running the [**Launch**](function-param.md) function.<br>If you run this function in a browser, another tab opens. (No data would be lost, so the **ConfirmExit** formula doesn't evaluate.)
77+
- Swiping to switch to a different app in PowerApps Mobile.
7878
- Selecting the back button on an Android device.
7979

8080
The exact look of the confirmation dialog box might vary across devices and versions of PowerApps.
@@ -116,4 +116,4 @@ In a browser, the confirmation dialog box might appear with a generic message fr
116116
This dialog box appears if the user changes data in the Account form and then tries to close the app without saving those changes.
117117
118118
> [!div class="mx-imgBorder"]
119-
> ![Form-specific confirmation dialog box](media/object-app/confirm-native-custom.png)
119+
> ![Form-specific confirmation dialog box](media/object-app/confirm-native-custom.png)

0 commit comments

Comments
 (0)