Skip to content

Commit d224f39

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/powerapps-docs-pr (branch live)
2 parents 7b72f87 + 67cc24a commit d224f39

File tree

5 files changed

+13
-8
lines changed

5 files changed

+13
-8
lines changed

powerapps-docs/maker/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2297,7 +2297,7 @@
22972297
href: ./data-platform/azure-synapse-link-choices-serverless.md
22982298
- name: Export data in Delta Lake format
22992299
href: ./data-platform/azure-synapse-link-delta-lake.md
2300-
- name: View Dataverse data in Microsoft Fabric (preview)
2300+
- name: View Dataverse data in Microsoft Fabric
23012301
href: ./data-platform/azure-synapse-link-view-in-fabric.md
23022302
- name: Analyze in Azure Data Lake Storage Gen2
23032303
items:

powerapps-docs/maker/common/faqs-excel-to-table-app.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ We have set up reports and dashboards to track the usage, net promoter score (NP
4747

4848
- Users can configure the ownership of the table. Ownership depends on whether the data of the table is owned by specific users, teams, or the entire organization.
4949

50+
## How can I use this feature in a Power Platform environment that is created outside of the United States or Switzerland?
51+
52+
To do this, turn on data movement across regions. More information: [Enable copilots and generative AI features outside United States and Switzerland](https://go.microsoft.com/fwlink/?linkid=2244595)
53+
5054
## See also
5155

5256
[Upload an Excel file](../data-platform/create-edit-entities-portal.md#upload-an-excel-file-preview)

powerapps-docs/maker/data-platform/Azure-Synapse-Link-view-in-Fabric.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ ms.topic: how-to
99
ms.date: 11/14/2023
1010
ms.custom: template-how-to
1111
---
12-
# Link your Dataverse environment to Microsoft Fabric and unlock deep insights
13-
14-
[!INCLUDE [cc-beta-prerelease-disclaimer](../../includes/cc-beta-prerelease-disclaimer.md)]
12+
# Link your Dataverse environment to Microsoft Fabric and unlock deep insights
1513

1614
Microsoft Dataverse direct link with Microsoft Fabric enables organizations to extend their Power Apps, Dynamics 365 enterprise applications, and business processes into Fabric. The **Link to Microsoft Fabric** feature built into Power Apps makes all your Dynamics 365 and Power Apps data available in Microsoft OneLake, the built-in data lake for Microsoft Fabric.
1715

powerapps-docs/maker/model-driven-apps/commanding-use-powerfx.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ The following Power Fx functions are currently not supported with commanding in
205205
- Back()
206206
- Clear()
207207
- Collect()
208+
- Copy()
208209
- Disable()
209210
- Enable()
210211
- Exit()

powerapps-docs/maker/model-driven-apps/form-component-control.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Edit table records directly from another table’s main form | MicrosoftDocs"
33
description: Learn how to design a main form that can be used to edit a related table record.
44
ms.custom: ""
5-
ms.date: 02/28/2023
5+
ms.date: 11/14/2023
66
ms.reviewer: ""
77
ms.suite: ""
88
ms.tgt_pltfrm: ""
@@ -31,7 +31,7 @@ For example, here's the form component on an **existing tab** on the main accoun
3131

3232
## Add the form component to a table main form
3333

34-
1. On the left navigation pane select **Components**. [!INCLUDE [left-navigation-pane](../../includes/left-navigation-pane.md)]
34+
1. On the left navigation pane, select **Components**. [!INCLUDE [left-navigation-pane](../../includes/left-navigation-pane.md)]
3535
1. Expand either **Input** or **Display**, and then select **Form**.
3636
On the form component control configuration page, select the properties for the control:
3737
- Select the **Lookup column** for the form.
@@ -119,7 +119,9 @@ Note the following limitations when you add the form component control to a tabl
119119

120120
- Forms with a business process flow aren’t currently supported in either the main table form or the related table form. If you have a form with a business process flow, you may encounter unexpected behavior. We recommend that you don't use a form component with a form that uses a business process flow.
121121

122-
- The form component control doesn't support embedded form component controls, such as adding a form component control to a form that is used by a form component control.
122+
- The form component control doesn't support embedded form component controls, such as adding a form component control to a form that is used by a form component control.
123+
124+
- The form component control doesn't support [embedded canvas apps](embed-canvas-app-in-form.md). You might encounter unexpected behavior with these canvas apps.
123125

124126
- The form component control will only display the first tab of the form it uses if multiple tabs are included in that form.
125127

@@ -129,7 +131,7 @@ Note the following limitations when you add the form component control to a tabl
129131

130132
- Form component controls have certain limitations when rendered in multi-session apps. If the client API is used to modify the form component control, or if data is entered on the form, the changes might not be persisted when switching multi-session tabs.
131133

132-
- You may notice that the timeline wall may not update when a column that is used to set the timeline wall has changed in the form component. When the page is refreshed the timeline wall will update as expected.
134+
- You might notice that the timeline wall might not update when a column that is used to set the timeline wall has changed in the form component. When the page is refreshed the timeline wall will update as expected.
133135

134136
- On mobile, the timeline control doesn't currently appear in the form component control.
135137

0 commit comments

Comments
 (0)