Skip to content

Commit a1aa71b

Browse files
authored
Merge pull request MicrosoftDocs#2093 from MicrosoftDocs/caburk-patch-1
Last PR was corrupted.
2 parents e360102 + f6e30f0 commit a1aa71b

File tree

1 file changed

+9
-18
lines changed

1 file changed

+9
-18
lines changed

powerapps-docs/maker/common-data-service/use-solution-explorer.md

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: "Use solutions in PowerApps | MicrosoftDocs"
33
description: "Learn how to use solution to create or customize apps"
44
ms.custom: ""
5-
ms.date: 10/22/2019
6-
ms.reviewer: ""
5+
ms.date: 10/28/2019
6+
ms.reviewer: tapanm
77
ms.service: powerapps
88
ms.topic: "article"
99
author: "caburk"
@@ -85,25 +85,16 @@ In PowerApps, you can view the classic solution explorer by selecting **Solution
8585

8686
## Known limitations
8787

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+
9990
- 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.
10093
- 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.
10194
- 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.
10798
- Importing a solution containing a flow will not automatically create or associate required connections. The flow must be edited to fix the connections.
10899
- If using managed solutions, this creates an active customization in the unmanaged layer. Therefore subsequent solution updates to the flow will not be reflected.
109100
- Flows created from solutions will not be displayed in the "Team Flows" list. They must be accessed through a solution.

0 commit comments

Comments
 (0)