Skip to content

Commit ba8694e

Browse files
authored
Fix embedded canvas apps limitation
The latest version of embedded canvas apps in model-driven forms allow three for Web and one for Tablet and Phone form factors
1 parent f10341a commit ba8694e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ 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.
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
2929
- 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).
3030
- 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.
3131
- Publishing a model-driven form does not also publish the embedded canvas app.

0 commit comments

Comments
 (0)