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/developer/model-driven-apps/clientapi/reference/executioncontext/getEventSource.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: "getEventSource (Client API reference) in model-driven apps| MicrosoftDoc
3
3
description: "Learn about the getEventSource method that returns a reference to the object that the event occurred on."
4
4
author: adrianorth
5
5
ms.author: aorth
6
-
ms.date: 03/12/2022
6
+
ms.date: 05/15/2024
7
7
ms.reviewer: jdaly
8
8
ms.topic: reference
9
9
applies_to: "Dynamics 365 (online)"
@@ -24,7 +24,7 @@ Returns a reference to the object that the event occurred on.
24
24
25
25
**Type**: Object
26
26
27
-
**Description**: Returns the object from the **Xrm** object model that is the source of the event, not an HTML DOM object. For example, in an [OnChange](../events/attribute-onchange.md) event, this method returns the **formContext.data.entity**object that represents the changed column.
27
+
**Description**: Returns the object from the **Xrm** object model that is the source of the event, not an HTML DOM object. For example, in an [OnChange](../events/attribute-onchange.md) event, this method returns an item from the **formContext.data.entity.attributes**collection that represents the changed column.
Copy file name to clipboardExpand all lines: powerapps-docs/maker/data-platform/data-platform-import-export.md
+10-6Lines changed: 10 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -95,28 +95,28 @@ Sometimes, a primary key might not work when you integrate data from an external
95
95
Example:
96
96
For an **Account** table, you might set **transactioncurrencyid** as an alternate key by using a natural key-based identification. For example, use **US Dollar** instead of the GUID value **88c6c893-5b45-e811-a953-000d3a33bcb9** shown previously. You can also choose **currency symbol** or **currency name** as keys. More information: [Define alternate keys using Power Apps portal](define-alternate-keys-portal.md)
97
97
98
-
> [!div class="mx-imgBorder"]
98
+
> [!div class="mx-imgBorder"]
99
99
> 
100
100
101
-
> [!div class="mx-imgBorder"]
101
+
> [!div class="mx-imgBorder"]
102
102
> 
103
103
104
104
You can still use primary keys as identifiers after you specify alternate keys. In the preceding sample, the first file is still valid if GUIDs are valid data.
105
105
106
106
## Export data
107
107
108
-
Export data from one or more tables. Exported data is in comma-separated value (CSV) format. When you export data from more than one table, each table is exported into its own CSV file.
108
+
Export data from a single table in a comma-separated value (CSV) format.
109
109
110
110
1. Sign into [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), on the left navigation pane select **Tables**. [!INCLUDE [left-navigation-pane](../../includes/left-navigation-pane.md)]
111
111
1. Select **Export** > **Export data**.
112
-
1. Select the tables that you want to export data from, and then select **Export data**.
112
+
1. Select the table from which you want to export data, and then select **Export data**.
113
113
114
-
> [!div class="mx-imgBorder"]
114
+
> [!div class="mx-imgBorder"]
115
115
> 
116
116
117
117
1. After the export finishes successfully, select **Download exported data** to download the CSV file to the download folder specified in your web browser.
118
118
119
-
> [!div class="mx-imgBorder"]
119
+
> [!div class="mx-imgBorder"]
120
120
> 
121
121
122
122
> [!NOTE]
@@ -157,4 +157,8 @@ To fix this issue:
157
157
158
158
After the fix completes, retry the export.
159
159
160
+
## Permissions
161
+
162
+
To import or export data, the user must have the **Environment Maker** security role.
0 commit comments