Skip to content

Commit a81418e

Browse files
authored
Merge pull request MicrosoftDocs#1668 from LinnZawWin/patch-2
Fix embedded canvas apps limitation
2 parents d59e41c + 6cf44b8 commit a81418e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

powerapps-docs/maker/model-driven-apps/embedded-canvas-app-guidelines.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Guidelines on working with embedded canvas apps | MicrosoftDocs"
33
ms.custom: ""
4-
ms.date: 08/19/2019
4+
ms.date: 08/28/2020
55
ms.reviewer: ""
66
ms.service: powerapps
77
ms.suite: ""
@@ -23,10 +23,11 @@ search.app:
2323
This topic provides guidelines on working with embedded canvas apps as well as helpful tips to troubleshoot any issues you might encounter.
2424

2525
- Embedded canvas apps are only supported with Unified Interface model-driven apps.
26-
- You can only enable one embedded canvas app per form.
27-
- You can have multiple embedded canvas apps added to the form but can only enable one at a time.
28-
- If you try to enable more than one embedded canvas app on a model-driven form you will get a message that reads “Only one canvas app can be enabled on a form.”
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.
3031
- 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.
3132
- Publishing a model-driven form does not also publish the embedded canvas app.
3233
- 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

Comments
 (0)