Skip to content

Commit c2d7fd0

Browse files
authored
Merge pull request #6487 from MicrosoftDocs/main
pushing to live
2 parents 500177b + 8ee7f54 commit c2d7fd0

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

powerapps-docs/maker/common/wrap/overview.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: larryk78
55
ms.topic: article
66
ms.custom: canvas
77
ms.reviewer: tapanm
8-
ms.date: 05/31/2022
8+
ms.date: 06/08/2022
99
ms.subservice: canvas-maker
1010
ms.author: lknibb
1111
search.audienceType:
@@ -111,7 +111,6 @@ Container in App Center to store the built packages for mobile app distribution.
111111
| Platform | OS | Build Output file type |
112112
|-------------------------------------------------------------|---------------------------|-------------------------------|
113113
| **iOS** (for distribution using Apple Store) | Custom | \*.zip |
114-
| **Android** (for distribution using the Google Play Store) | Custom | \*.aab |
115114
| **Android** (for distribution using all channels except Google Play Store) | Android | \*.apk |
116115

117116
### App Center URL

powerapps-docs/maker/data-platform/EnvironmentVariables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ No. While ALM requires Dataverse (or Dynamics 365 for Customer Engagement), use
264264

265265
### Is there a limit to the number of environment variables I can have?
266266

267-
No. However, the max size of a solution is 29 MB.
267+
No. However, the max size of a solution is 32 MB. See [Create a solution](/power-apps/maker/data-platform/create-solution)
268268

269269
### Can environment variable display names and descriptions be localized?
270270

powerapps-docs/maker/data-platform/create-solution.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
title: "Create a solution in Power Apps | MicrosoftDocs"
33
description: "Learn how to create a solution in Power Apps"
44
ms.custom: ""
5-
ms.date: 05/19/2020
5+
ms.date: 06/08/2022
66
ms.reviewer: ""
7-
87
ms.topic: "how-to"
98
author: "Mattp123"
109
ms.assetid: e21a4876-08b4-417a-a644-c577a27c5cf1
@@ -20,8 +19,6 @@ search.app:
2019
---
2120
# Create a solution
2221

23-
24-
2522
To locate and work with just the components you’ve customized, create a solution and do all your customization there. Then, always remember to work in the context of the custom solution as you add, edit, and create components. This makes it easy to export your solution so that it can be backed up or imported to another environment.
2623

2724
> [!NOTE]
@@ -199,9 +196,14 @@ Start by opening an unmanaged solution you created. Choose the **table** compone
199196
> [!div class="mx-imgBorder"]
200197
> ![Solution with tables.](media/solution-segmentation-solution-entities-admin.png "Solution with tables.")
201198
199+
### Limitations
200+
- Solution size is limited to 32 MB.
201+
- Number of solutions is limited by Microsoft Dataverse capacity.
202+
- Number of objects in a solution is limited by Dataverse capacity.
203+
202204
### See also
203205
[Use solutions](./solutions-overview.md) <br />
204206
[For developers: Create, export, or import an unmanaged solution](/power-platform/alm/solution-api#create-export-or-import-an-unmanaged-solution)
205207

206208

207-
[!INCLUDE[footer-include](../../includes/footer-banner.md)]
209+
[!INCLUDE[footer-include](../../includes/footer-banner.md)]

powerapps-docs/maker/model-driven-apps/create-edit-quick-view-forms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ In the example below notice the module that relates to a given lesson within the
4141

4242
> [!NOTE]
4343
> - Data in quick view form controls can't be edited and they do not support form scripts.
44-
> - Because quick view forms are viewed using a quick view control in a form, they do not include header, footer, or navigation areas. Security roles can't be assigned to quick view forms and they can't be activated or deactivated. Subgrids inside quick view forms will also not display a command bar.
44+
> - Because quick view forms are viewed using a quick view control in a form, they do not include header, footer, or navigation areas. Security roles can't be assigned to quick view forms and they can't be activated or deactivated.
4545
4646
<a name="BKMK_CreateQFV"></a>
4747

0 commit comments

Comments
 (0)