Skip to content

Commit 6f7eecf

Browse files
authored
Merge branch 'main' into gachasta-patch-1
2 parents 816fb67 + cdc084d commit 6f7eecf

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

powerapps-docs/maker/canvas-apps/connections/connection-excel.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: lancedMicrosoft
55

66
ms.topic: reference
77
ms.custom: canvas
8-
ms.date: 01/27/2022
8+
ms.date: 04/30/2024
99
ms.subservice: canvas-maker
1010
ms.author: lanced
1111
ms.reviewer: mkaur
@@ -25,7 +25,7 @@ Ensure that the Excel data you want to use in Power Apps is [formatted as a tabl
2525

2626
## Step 2 - Store your Excel file in a cloud ___location
2727

28-
Store the Excel file in a cloud-storage account, such as Dropbox, Google Drive, OneDrive, and OneDrive for Business. There are two versions of the Excel connector. The newer version of the connector can access more cloud locations.
28+
Store the Excel file in a cloud-storage account, such as Dropbox, Google Drive, OneDrive, and OneDrive for Business. There are two versions of the Excel connector. The newer version *[Excel Online (Business)](/connectors/excelonlinebusiness/)* of the connector can access more cloud locations.
2929

3030
## Step 3 - Add Excel as a data source for your Power App
3131

@@ -39,6 +39,8 @@ Store the Excel file in a cloud-storage account, such as Dropbox, Google Drive,
3939
1. Enter the file ___location and select the table.
4040
1. When you're done, select **Create app**.
4141

42+
## Use the Excel Online (Business) Connector
43+
In the past, Power Apps used the OneDrive connector to connect and get data from Excel. The OneDrive connector provided access to files on OneDrive and to Excel. Now authors should use the new recommended *[Excel Online (Business)](/connectors/excelonlinebusiness/)* connector. The Excel Online connector allows multiple users to access it and improved functionality.
4244

4345
## Other connectors
4446

powerapps-docs/maker/data-platform/data-retention-overview.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,17 @@ author: pnghub
66
ms.author: gned
77
ms.reviewer: matp
88
ms.topic: overview
9-
ms.date: 04/11/2024
9+
ms.date: 05/01/2024
1010
ms.custom: template-overview
1111
---
1212
# Dataverse long term data retention overview
1313

1414
Microsoft Dataverse supports custom retention policies to securely retain unlimited data long term in a cost-efficient way. While Dataverse can support your business growth with no limit on active data, you might want to consider moving inactive data to the Dataverse long term retention store.
1515

1616
> [!IMPORTANT]
17-
> You must meet *both* of the following two requirements to use all long term data retention features:
18-
> - The Power Platform environment must be a [Managed Environment](/power-platform/admin/managed-environment-overview). This also applies to Dynamics 365 customers who will be required to upgrade to a Managed Environment if the environment isn't already a Managed Environment.
17+
> The Power Platform environment where the retention policy resides must be a [Managed Environment](/power-platform/admin/managed-environment-overview). This also applies to Dynamics 365 customers who will be required to upgrade to a Managed Environment if the environment isn't already a Managed Environment.
1918
>
20-
> - A minimum of 1000 Dynamics 365 licenses or 1000 Power Apps per user licenses, or 1000 licenses from a combination of both in a single tenant.
21-
>
22-
> Customers who don't meet these requirements can continue to create data retention policies, but the policies are disabled.
19+
> Customers who don't meet this requirement can continue to create data retention policies, but the policies are disabled.
2320
2421
Watch this video to learn about Dataverse long term data retention.
2522
> [!VIDEO https://www.microsoft.com/en-us/videoplayer/embed/RW15oAf]

powerapps-docs/maker/model-driven-apps/model-app-page-issues.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ The custom page is a new page type within model-driven apps. Custom pages bring
6767

6868
* When there are multiple custom pages in an app, the consent dialog asks for data permissions for all of the connectors in all the custom pages even if they haven't yet been opened.
6969

70+
## Connections
71+
* All custom pages share the connection infrastructure, as if they were part of the same canvas app. For instance, if a model-driven app has two custom pages and one is connected to SQL Server while the other isn't, the consent dialog will still appear and require permission for SQL access even if the page being opened doesn't require it.
72+
* Custom pages in model-driven apps don't support connection detection through the *Connected.connected* property.
73+
74+
7075
## See also
7176

7277
[Model-driven app custom page overview](model-app-page-overview.md)

0 commit comments

Comments
 (0)