You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/maker/model-driven-apps/embedded-canvas-app-guidelines.md
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: "Guidelines on working with embedded canvas apps | MicrosoftDocs"
3
3
ms.custom: ""
4
-
ms.date: 08/19/2019
4
+
ms.date: 08/28/2020
5
5
ms.reviewer: ""
6
6
ms.service: powerapps
7
7
ms.suite: ""
@@ -23,10 +23,11 @@ search.app:
23
23
This topic provides guidelines on working with embedded canvas apps as well as helpful tips to troubleshoot any issues you might encounter.
24
24
25
25
- Embedded canvas apps are only supported with Unified Interface model-driven apps.
26
-
- You can only enable three embedded canvas app per form with Web form factor and one for Tablet and Phone form factors.
27
-
- You can have multiple embedded canvas apps added to the form but can only enable three at a time for Web and one at a time for Tablet and Phone form factors.
28
-
- If you try to enable more than three embedded canvas app with Web form factor on a model-driven form you will get a message that reads “You have more than three canvas apps with Web form factor, the maximum is three for this form factor. The number of canvas apps are limited to three for Web and one for Tablet and Phone form factors”
29
-
- To enable or disable an embedded canvas app see [Enable an embedded canvas app](#enable-an-embedded-canvas-app) and [Disable an embedded canvas app](#disable-an-embedded-canvas-app).
26
+
- You can only enable three embedded canvas apps for each form with Web, and one for Tablet and Phone client types.
27
+
- You can have multiple embedded canvas apps added to the form, but can only enable three at a time for Web and one at a time for Tablet and Phone client types.
28
+
- If you try to enable more than three embedded canvas apps with the Web client type on a model-driven app form you will get the message "You have more than three canvas apps with Web form factor, the maximum is three for this form factor. The number of canvas apps are limited to three for Web and one for Tablet and Phone form factors."
29
+
- To enable or disable an embedded canvas app see [Enable an embedded canvas app](#enable-an-embedded-canvas-app) and [Disable an embedded canvas app](#disable-an-embedded-canvas-app).
30
+
- We recommend that you have a single embedded canvas app for each form tab.
30
31
- When adding an embedded canvas app to a model-driven form always use a required field that is guaranteed to have a value. If your field does not have a value your embedded canvas app will not refresh in response to any change in data on the host model-driven form.
31
32
- Publishing a model-driven form does not also publish the embedded canvas app.
32
33
- Embedded canvas apps need to be published independent of the host model-driven form. More information: [Publish an app](../canvas-apps/save-publish-app.md#publish-an-app).
0 commit comments