|
2 | 2 | title: "Use solutions in PowerApps | MicrosoftDocs"
|
3 | 3 | description: "Learn how to use solution to create or customize apps"
|
4 | 4 | ms.custom: ""
|
5 |
| -ms.date: 10/22/2019 |
6 |
| -ms.reviewer: "" |
| 5 | +ms.date: 10/28/2019 |
| 6 | +ms.reviewer: tapanm |
7 | 7 | ms.service: powerapps
|
8 | 8 | ms.topic: "article"
|
9 | 9 | author: "caburk"
|
@@ -85,25 +85,16 @@ In PowerApps, you can view the classic solution explorer by selecting **Solution
|
85 | 85 |
|
86 | 86 | ## Known limitations
|
87 | 87 |
|
88 |
| -- Custom connectors are not available in a solution. |
89 |
| -- Canvas apps must be opened after a solution is imported to update the connections. |
90 |
| -- If a canvas app is packaged in a managed solution, it can still be edited in the target environment. |
91 |
| -- Dependencies are not available for canvas apps. |
92 |
| -- Deleting a managed solution will not rollback to a different canvas app's version. |
93 |
| -- Canvas app access (CRUD and security) is managed entirely in PowerApps and not the Common Data Service (Common Data Service) database. |
94 |
| -- Common Data Service APIs to call canvas apps are blocked and don't return anything. |
95 |
| -- Canvas apps created from a solution can't be shared as co-owner to an AAD Security Group. |
96 |
| -- Canvas apps won't display in the classic solution explorer. |
97 |
| -- Flows created from solutions will not be displayed in the "Team Flows" list |
98 |
| -- Button triggered flows are not available in solutions. |
| 88 | +The following limitations apply to the use of canvas apps, flows, and custom connectors in solutions. |
| 89 | + |
99 | 90 | - Canvas app triggered flows are not available in solutions.
|
| 91 | +- If a canvas app is packaged in a managed solution, it can't be edited and re-published in the target environment. Use unmanaged solutions if the apps require editing in the target environment. |
| 92 | +- Connections require authentication and consent, which requires an interactive user session and therefore cannot be transported via solutions. After importing your solution, play the app to authenticate connections. You can also create the connections in the target enviornment prior to importing the solution. |
100 | 93 | - Canvas apps shared as co-owner to an Azure Active Directory (AAD) security group can't be added to solutions. Unshare the app before adding it to a solution.
|
101 | 94 | - Canvas apps won't display in the classic solution explorer. Use the modern experience.
|
102 |
| -- Canvas apps are not currently mastered in Common Data Service. Therefore, the following limitations exist: |
103 |
| - - Database operations such as backup, restore, and copy are not supported for canvas apps and flows. These operations can corrupt canvas apps and flows. |
104 |
| - - If a canvas app is packaged in a managed solution, it can't be edited and re-published in the target environment. Use unmanaged solutions if the apps require editing in the target environment. |
105 |
| - - Deleting a managed solution will not rollback to a different canvas app's version. Instead all versions of the app will be deleted. |
106 |
| - |
| 95 | +- Canvas app access (CRUD and security) is managed entirely in PowerApps and not in the Common Data Service database. |
| 96 | +- Database operations such as backup, restore, and copy are not supported for canvas apps and flows. These operations can corrupt canvas apps and flows. |
| 97 | +- Deleting a managed solution does not rollback to a different canvas app version. Instead, all versions of the app are deleted. |
107 | 98 | - Importing a solution containing a flow will not automatically create or associate required connections. The flow must be edited to fix the connections.
|
108 | 99 | - If using managed solutions, this creates an active customization in the unmanaged layer. Therefore subsequent solution updates to the flow will not be reflected.
|
109 | 100 | - Flows created from solutions will not be displayed in the "Team Flows" list. They must be accessed through a solution.
|
|
0 commit comments