Skip to content

Commit 5bc197a

Browse files
author
Rhana Cassidy
authored
Merge branch 'main' into rjc-preview-updates
2 parents 3c09a7c + 725afdd commit 5bc197a

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

powerapps-docs/developer/data-platform/file-column-data.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,6 @@ sample_filecolumn: <file id>
6767
sample_filecolumn_name: 25mb.pdf
6868
```
6969

70-
> [!NOTE]
71-
> You must explicitly request the column to return the file id. If you use [ColumnSet.AllColumns](xref:Microsoft.Xrm.Sdk.Query.ColumnSet.AllColumns) to true in your query the file column will not be returned. If you used `new ColumnSet(true)` in the function above, the result would be a <xref:System.Collections.Generic.KeyNotFoundException?displayProperty=fullName>.
72-
7370
More information:
7471

7572
- [What is the SDK for .NET](org-service/overview.md)

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

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

138138
### Is there a limit to the number of environment variables I can have?
139139

140-
No. However, the max size of a solution is 120 MB. More information: [Create a solution](/power-apps/maker/data-platform/create-solution)
140+
No. However, the max size of a solution is 95 MB. More information: [Create a solution](/power-apps/maker/data-platform/create-solution)
141141

142142
### Can environment variable display names and descriptions be localized?
143143

powerapps-docs/maker/data-platform/import-update-export-solutions.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,11 @@ When you import a Power Apps app that uses an on-premises data gateway ID, note
7474

7575
### See also
7676

77-
[Update solutions](update-solutions.md) <br />
78-
[Export solutions](export-solutions.md) <br />
79-
[Publish changes](create-solution.md#publish-changes) <br />
80-
[For developers: Create, export, or import an unmanaged solution](/power-platform/alm/solution-api#create-export-or-import-an-unmanaged-solution)
77+
- [Update solutions](update-solutions.md)
78+
- [Export solutions](export-solutions.md)
79+
- [Publish changes](create-solution.md#publish-changes)
80+
- [For developers: Create, export, or import an unmanaged solution](/power-platform/alm/solution-api#create-export-or-import-an-unmanaged-solution)
81+
- [Import a solution (Power Automate)](/power-automate/import-flow-solution)
8182

8283

8384
[!INCLUDE[footer-include](../../includes/footer-banner.md)]

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "View the history of a solution | MicrosoftDocs"
33
description: "Learn how to view the history of a solution"
44
keywords:
5-
ms.date: 06/13/2024
5+
ms.date: 07/16/2024
66
ms.custom:
77
ms.topic: article
88
ms.assetid:
@@ -22,6 +22,10 @@ search.audienceType:
2222

2323
View details about solution operations from the **Solutions** area of Power Apps. An operation can be a solution import, export, or uninstall. The solution history displays information such as solution version, solution publisher, type of operation, operation start and end time, and operation status.
2424

25+
> [!NOTE]
26+
> The system automatically deletes solution history records that are older than 180 days.
27+
>
28+
2529
## View solution history
2630

2731
1. Sign in to [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).

0 commit comments

Comments
 (0)