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/canvas-apps/common-issues-and-resolutions.md
+5-3
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.service: powerapps
7
7
ms.topic: conceptual
8
8
ms.custom: canvas
9
9
ms.reviewer:
10
-
ms.date: 05/22/2020
10
+
ms.date: 06/11/2020
11
11
ms.author: kvivek
12
12
search.audienceType:
13
13
- maker
@@ -18,9 +18,11 @@ search.app:
18
18
19
19
This article lists some common issues that you might encounter while using Power Apps. Where applicable, workarounds are provided.
20
20
21
-
21
+
1.**Black box covering part of embedded canvas app** (June 11, 2020)
22
+
When using embedded canvas apps such as SharePoint forms, SharePoint web parts, and model driven forms, users many see a black box when scrolling covering part of the app. This issue happens with chromium based browsers starting with version 83. There is not a workaround at this time. The team is actively investigating to find a fix and workaround.
23
+
22
24
1.**Problems downloading attachments in SharePoint custom forms** (May 22, 2020)
23
-
When using the attachment control to download an attachment, the click won't have any response when using Google Chrome version 83 or the new Microsoft Edge version 83 browser. As a workaround, change to use the default SharePoint form or use another browser. The team is actively working to fix this issue.
25
+
When using the attachment control to download an attachment, the click won't have any response when using Google Chrome version 83 or the new Microsoft Edge version 83 browser. As a workaround, change to use the default SharePoint form or use another browser. The team is actively working to fix this issue.**Fix has been deployed in the weeek of 6/8/2020**
24
26
25
27
1.**Problems downloading attachments in embedded Power Apps** (May 22, 2020)
26
28
When using the attachment control to download an attachment, the click won't have any response when using Google Chrome version 83 or the new Microsoft Edge version 83 browser. As a workaround, use another browser. The team is actively working to fix this issue.
Easily bring dynamic mapping capabilities into your canvas apps by viewing the physical position of entities from a data source, or by inputting new physical locations.
23
25
@@ -46,6 +48,7 @@ With an app open for editing in the [Power Apps studio](https://create.powerapps
46
48
47
49

48
50
51
+
49
52
You can modify the component with a number of properties.
@@ -36,6 +36,12 @@ The following pre-built components can be used for geospatial and mapping scenar
36
36
37
37
1. An admin must [enable the geospatial features in the Power Platform Admin Center](#enable-the-geospatial-features-for-the-environment) for the environment. This requires reviewing and agreeing to specific terms of service.
38
38
2.[Enable the geospatial features for each app](#enable-the-geospatial-features-for-each-app).
39
+
40
+
>[!IMPORTANT]
41
+
>The components require the default **Organizations** data source to be present. This data source is included whenever you insert the components into an app, but if you manually delete it you will need to add it before the components will work:
42
+
>1. With the component selected, go to the **Data sources** tab on the side navigation menu.
43
+
>2. In the search field, type **Organizations** and select the data source that appears. This will add it to the component.
44
+
39
45
40
46
>[!NOTE]
41
47
> These geospatial components are currently an experimental preview feature that is only available in [https://preview.create.powerapps.com](https://preview.create.powerapps.com) on a [Power Apps Preview Program environment](/power-platform/admin/preview-environments).
Copy file name to clipboardExpand all lines: powerapps-docs/maker/common-data-service/define-alternate-keys-portal.md
+9-10
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: "Define alternate keys using Power Apps portal | MicrosoftDocs"
3
3
description: "Learn how to define alternate keys using Power Apps portal"
4
4
ms.custom: ""
5
-
ms.date: 05/31/2018
5
+
ms.date: 06/11/2020
6
6
ms.reviewer: ""
7
7
ms.service: powerapps
8
8
ms.suite: ""
@@ -23,19 +23,20 @@ search.app:
23
23
---
24
24
# Define alternate keys using Power Apps portal
25
25
26
-
The [Power Apps portal](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) provides an easy way to view and create entity alternate keys with the Common Data Service.
26
+
[Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) provides an easy way to view and create entity alternate keys with the Common Data Service. For more information about alternate keys, see [Define alternate keys to reference records](define-alternate-keys-reference-records.md).
27
27
28
-
The portal enables configuring the most common options, but certain options can only be set using solution explorer. <br />More information:
29
-
-[Define alternate keys to reference records](define-alternate-keys-reference-records.md)
30
-
-[Define alternate keys using solution explorer](define-alternate-keys-solution-explorer.md)
28
+
Power Apps enables configuring the most common options, but certain options can only be set using solution explorer. More information: [Define alternate keys using solution explorer](define-alternate-keys-solution-explorer.md)
29
+
30
+
> [!IMPORTANT]
31
+
> If the data within a field that is used in an alternate key will contain one of the following characters /,<,>,*,%,&,:,\ then get or patch actions will not work. If you only need uniqueness then this approach will work, but if you need to use these keys as part of data integration then it is best to create the key on fields that won't have data with those characters.
31
32
32
33
## View alternate keys
33
34
34
35
1. From the [Power Apps portal](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), select **Data** > **Entities** and select the entity that you want to view.
35
36
2. Select **Keys** to view a list of any alternate keys that are defined.
2.Click**Save Entity** to create the alternate key.
51
+
2.Select**Save Entity** to create the alternate key.
51
52
52
53
> [!NOTE]
53
54
> The alternate key will not be immediately available. A system job is initiated when you save the entity to create database indexes to support the alternate key.
@@ -58,6 +59,4 @@ While [viewing alternate keys](#view-alternate-keys), select the key you want to
58
59
59
60
### See also
60
61
61
-
[Define alternate keys to reference records](define-alternate-keys-reference-records.md)<br />
62
-
[Define alternate keys using solution explorer](define-alternate-keys-solution-explorer.md)<br />
63
62
[Developer Documentation: Define alternate keys for an entity](/dynamics365/customer-engagement/developer/define-alternate-keys-entity)
Copy file name to clipboardExpand all lines: powerapps-docs/maker/common-data-service/visualize-hierarchical-data.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: "Visualize hierarchical data with model-driven apps | MicrosoftDocs"
3
3
description: "Learn how to query and visualize hierarchical related data"
4
4
ms.custom: ""
5
-
ms.date: 05/28/2019
5
+
ms.date: 06/11/2020
6
6
ms.reviewer: ""
7
7
ms.service: powerapps
8
8
ms.suite: ""
@@ -36,11 +36,11 @@ The entities that have visualizations available by default include [Account](/p
36
36
37
37
A few other entities can be enabled for a hierarchy. These entities include [Contact](/powerapps/developer/common-data-service/reference/entities/contact) and [Team](/powerapps/developer/common-data-service/reference/entities/team). All custom entities can be enabled for a hierarchy.
38
38
39
-
Important things to remember when you create visualizations:
39
+
## Important things to remember
40
40
41
41
- Only one (1:N) self-referential relationship per entity can be set as hierarchical. In a self-referential relationship the primary entity and the related entity must be of the same type.
42
42
- A hierarchy or visualization is based on one entity only. You can depict the account hierarchy showing accounts at multiple levels, but you can’t show accounts and contacts in the same hierarchy visualization.
43
-
- The maximum number of fields that can be displayed in a tile is three. If you add more fields to the Quick Form that is used for the tile view, only the first three fields will be displayed.
43
+
- The maximum number of fields that can be displayed in a tile is three with the Unified Interface and four with the legacy web client. If you add more fields to the Quick Form that is used for the tile view, only the first three fields will be displayed.
44
44
45
45
## Hierarchy settings
46
46
@@ -83,7 +83,7 @@ Next, in the **Hierarchy Settings** grid view, we selected the `new_new_widget_n
For the **Quick View Form**, we created a Quick Form called **Widget Hierarchy Tile Form**. In this form, we added four fields to display in each tile.
86
+
For the **Quick View Form**, we created a Quick Form called **Widget Hierarchy Tile Form**. In this form that will be used in a legacy web client app, we added four fields to display in each tile. More information: [Important things to remember](#important-things-to-remember)
87
87
88
88
> [!div class="mx-imgBorder"]
89
89
> 
Copy file name to clipboardExpand all lines: powerapps-docs/maker/dev-community-plan.md
-3
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,6 @@ ms.custom:
9
9
ms.date: 06/04/2020
10
10
ms.author: dileeps
11
11
ms.reviewer:
12
-
searchScope:
13
-
- GetStarted
14
-
- PowerApps
15
12
---
16
13
# Power Apps Community Plan: a free development environment for individual use
17
14
If you want to build skills and learn more about Power Apps, Power Automate, and the Common Data Service, the Power Apps Community Plan is the right plan for you. The Power Apps Community Plan gives you a free development environment for individual use, where you can:
Copy file name to clipboardExpand all lines: powerapps-docs/sample-apps/emergency-response/deploy-configure.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ Follow the steps below to install Hospital Emergency Response app along with the
84
84
>
85
85
> - The configuration and sample data is installed only for new installation. If you have a prior installation of this app in your environment, the configuration and sample data won't be installed during the installation to ensure that your existing data isn't overwritten.
86
86
>
87
-
> - If you intend to transfer data from the hospital to [regional](/powerapps/sample-apps/regional-emergency-response/overview) solution, make sure you create the connections in your environment as described in [Create connections](/powerapps/sample-apps/emergency-response-data-transfer#step-1-create-connections) before installing the solution.
87
+
> - If you intend to transfer data from the hospital to [regional](/powerapps/sample-apps/regional-emergency-response/overview) solution, make sure you create the connections in your environment as described in [Create connections](/powerapps/sample-apps/emergency-response-data-transfer#step-1-create-connections) before installing the solution. The out-of-box solution to [transfer data from hospital to regional](../emergency-response-data-transfer.md) solution uses the Secure File Transfer Protocol (SFTP) as the data transmission mechanism.
88
88
89
89
You can install the app by using one of the following 3 options:
0 commit comments