Skip to content

Commit afa98bb

Browse files
committed
Merge branch 'main' into jdaly-main-work-with-data
2 parents 28e5cf1 + 00c3786 commit afa98bb

File tree

10 files changed

+14817
-47
lines changed

10 files changed

+14817
-47
lines changed

powerapps-docs/developer/model-driven-apps/clientapi/reference/executioncontext/getEventSource.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "getEventSource (Client API reference) in model-driven apps| MicrosoftDoc
33
description: "Learn about the getEventSource method that returns a reference to the object that the event occurred on."
44
author: adrianorth
55
ms.author: aorth
6-
ms.date: 03/12/2022
6+
ms.date: 05/15/2024
77
ms.reviewer: jdaly
88
ms.topic: reference
99
applies_to: "Dynamics 365 (online)"
@@ -24,7 +24,7 @@ Returns a reference to the object that the event occurred on.
2424

2525
**Type**: Object
2626

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.
2828

2929
[!INCLUDE[cc-terminology](../../../../data-platform/includes/cc-terminology.md)]
3030

powerapps-docs/maker/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@
5353
href: ../user/app-source.md
5454
- name: Draft well-written, input text with Copilot (preview)
5555
href: ../user/well-written-input-text-copilot.md
56+
- name: Filter, sort, and search galleries with Copilot (preview)
57+
href: ../user/smartGrid.md
5658
- name: 'Use model-driven apps'
5759
items:
5860
- name: Overview

powerapps-docs/maker/common/wrap/create-key-vault-for-code-signing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ In this article, you will learn how to use an existing Azure Key Vault or create
8282
> [!NOTE]
8383
> When you upload to the Key Vault, you'll need to provide the password that you set in previous step for the .p12 file.
8484
85-
3. [Create the provisioning profile](code-sign-ios.md#create-an-ios-provisioning-profile) and run this command to encode it to base64:
86-
- Mac: base64 `-i example.mobileprovision`
85+
4. [Create the provisioning profile](code-sign-ios.md#create-an-ios-provisioning-profile) and run this command to encode it to base64:
86+
- Mac: `base64 -i example.mobileprovision`
8787
- Windows: `certutil -encode data.txt tmp.b64`
8888

89-
4. Upload the `base64` string obtained from the previous step to the Key Vault secret. Next, upload the .pfx file to Key Vault Certificate.
89+
5. Upload the `base64` string obtained from the previous step to the Key Vault secret. Next, upload the .pfx file to Key Vault Certificate.
9090

9191

9292
:::image type="content" source="media/wrap-canvas-app/wrap-2.png" alt-text="Create a cert for iOS.":::

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

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,28 +95,28 @@ Sometimes, a primary key might not work when you integrate data from an external
9595
Example:
9696
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)
9797

98-
> [!div class="mx-imgBorder"]
98+
> [!div class="mx-imgBorder"]
9999
> ![Example of creating an alternate key on a **Currency** table.](./media/data-platform-import-export/create-ak.png)
100100
101-
> [!div class="mx-imgBorder"]
101+
> [!div class="mx-imgBorder"]
102102
> ![Sample export file from an **Account** table showing **currency name** as a natural key.](./media/data-platform-import-export/export-nk.png)
103103
104104
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.
105105

106106
## Export data
107107

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.
109109

110110
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)]
111111
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**.
113113

114-
> [!div class="mx-imgBorder"]
114+
> [!div class="mx-imgBorder"]
115115
> ![Example of exporting data from an **Account** table.](./media/data-platform-import-export/export-account.png)
116116
117117
1. After the export finishes successfully, select **Download exported data** to download the CSV file to the download folder specified in your web browser.
118118

119-
> [!div class="mx-imgBorder"]
119+
> [!div class="mx-imgBorder"]
120120
> ![Sample export that shows successful export with link downloadable file.](./media/data-platform-import-export/export-success.png)
121121
122122
> [!NOTE]
@@ -157,4 +157,8 @@ To fix this issue:
157157

158158
After the fix completes, retry the export.
159159

160+
## Permissions
161+
162+
To import or export data, the user must have the **Environment Maker** security role.
163+
160164
[!INCLUDE[footer-include](../../includes/footer-banner.md)]
Loading
Loading

0 commit comments

Comments
 (0)