You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/maker/common/faqs-excel-to-table-app.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,10 @@ We have set up reports and dashboards to track the usage, net promoter score (NP
47
47
48
48
- 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.
49
49
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
+
50
54
## See also
51
55
52
56
[Upload an Excel file](../data-platform/create-edit-entities-portal.md#upload-an-excel-file-preview)
# Link your Dataverse environment to Microsoft Fabric and unlock deep insights
15
13
16
14
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.
Copy file name to clipboardExpand all lines: powerapps-docs/maker/model-driven-apps/form-component-control.md
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: "Edit table records directly from another table’s main form | MicrosoftDocs"
3
3
description: Learn how to design a main form that can be used to edit a related table record.
4
4
ms.custom: ""
5
-
ms.date: 02/28/2023
5
+
ms.date: 11/14/2023
6
6
ms.reviewer: ""
7
7
ms.suite: ""
8
8
ms.tgt_pltfrm: ""
@@ -31,7 +31,7 @@ For example, here's the form component on an **existing tab** on the main accoun
31
31
32
32
## Add the form component to a table main form
33
33
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)]
35
35
1. Expand either **Input** or **Display**, and then select **Form**.
36
36
On the form component control configuration page, select the properties for the control:
37
37
- 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
119
119
120
120
- 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.
121
121
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.
123
125
124
126
- The form component control will only display the first tab of the form it uses if multiple tabs are included in that form.
125
127
@@ -129,7 +131,7 @@ Note the following limitations when you add the form component control to a tabl
129
131
130
132
- 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.
131
133
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.
133
135
134
136
- On mobile, the timeline control doesn't currently appear in the form component control.
0 commit comments