Skip to content

Commit d0829a3

Browse files
authored
Live publish
2 parents 2cafc4e + c992ffd commit d0829a3

File tree

3 files changed

+19
-5
lines changed

3 files changed

+19
-5
lines changed

powerapps-docs/maker/canvas-apps/common-issues-and-resolutions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: powerapps
77
ms.topic: conceptual
88
ms.custom: canvas
99
ms.reviewer:
10-
ms.date: 06/11/2020
10+
ms.date: 07/02/2020
1111
ms.author: kvivek
1212
search.audienceType:
1313
- maker
@@ -19,7 +19,7 @@ search.app:
1919
This article lists some common issues that you might encounter while using Power Apps. Where applicable, workarounds are provided.
2020

2121
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.
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. **A workaround in Power Apps was deployed in the week of 6/21/2020. In addition, the issue is fixed for Microsoft Edge based on Chromium with version 85.**
2323

2424
1. **Problems downloading attachments in SharePoint custom forms** (May 22, 2020)
2525
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**

powerapps-docs/maker/portals/known-issues.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: sandhangitmsft
55
ms.service: powerapps
66
ms.topic: conceptual
77
ms.custom:
8-
ms.date: 06/25/2020
8+
ms.date: 06/26/2020
99
ms.author: sandhan
1010
ms.reviewer: tapanm
1111
---
@@ -14,6 +14,20 @@ ms.reviewer: tapanm
1414

1515
## General issues
1616

17+
- You receive the following error message when configuring or using entity fields:
18+
19+
***Field Name**: You have exceeded the maximum number of 100000 characters in this field.*
20+
21+
This can happen if the referenced field for the entity exceeds 100000 characters limit. To increase this limit, go to your Dynamics 365 instance > **Settings** > **Customization** > **Customize this system** > **Components** > **Entities**. Select applicable entity and then select the field. Increase the **Maximum Length** field value for the field to a higher value. Allowed values: 1 through 1,048,576.
22+
23+
Fields where limit may need to be increased:
24+
25+
| Entity | Field Display Name |
26+
| - | - |
27+
| Entity Form | Settings (adx_settings) |
28+
| Enity List | View (adx_views) |
29+
| Enity Form Metadata | Subgrid Setting (adx_subgrid_settings) |
30+
1731
- Rich-text for notes in timeline isn't fully supported by Power Apps portals because there's no rich-text editor equivalent control available in portals. For more information, go to [notes created with rich-text editor](configure-notes.md?#notes-created-with-rich-text-editor). If you want, you can [disable the rich-text editor for notes in timeline](https://docs.microsoft.com/powerapps/maker/model-driven-apps/set-up-timeline-control#enable-or-disable-rich-text-editor-for-notes-in-timeline) for the Common Data Service model-driven app.
1832

1933
- Because of the ongoing compatibility issues between the updated Yahoo YDN OAuth provider endpoint and Power Apps portals, users are temporarily unable to authenticate with [Yahoo identity provider](./configure/configure-oauth2-settings.md#yahoo-ydn-app-settings).

powerapps-docs/maker/portals/liquid/liquid-types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Liquid objects can return one of seven basic types: **String**, **Number**, **Bo
1919
A String is declared by wrapping text in single or double quotes.
2020

2121
```
22-
{% assign string_a = Hello World! %}
22+
{% assign string_a = "Hello World!" %}
2323
2424
{% assign string_b = 'Single quotes work too.' %}
2525
```
@@ -121,4 +121,4 @@ This will render if the ID request parameter is NOT null.
121121
[Conditional](liquid-conditional-operators.md)
122122
[Liquid Objects](liquid-objects.md)
123123
[Liquid Tags](liquid-tags.md)
124-
[Liquid Filters](liquid-filters.md)
124+
[Liquid Filters](liquid-filters.md)

0 commit comments

Comments
 (0)