Skip to content

Commit e8e1f45

Browse files
authored
Live publish
2 parents 21c0c0f + 31f7386 commit e8e1f45

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

powerapps-docs/developer/model-driven-apps/clientapi/reference/Xrm-Device/captureImage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ search.app:
2929

3030
| Parameter Name | Type | Required |Description |
3131
| ------------- |-------------| -----|-----|
32-
|imageOptions |Object | No|An object with the following attributes:<br/>- **allowEdit**: Indicates whether to edit the image before saving. Boolean.<br/>- **height**: Height of the image to capture. Number.<br/>- **quality**: Quality of the image file in percentage. Number.<br/>- **width**: Width of the image to capture. Number..|
32+
|imageOptions |Object | No|An object with the following attributes:<br/>- **allowEdit**: Indicates whether to edit the image before saving. Boolean.<br/>- **quality**: Quality of the image file in percentage. Number.<br/>- **height**: Height of the image to capture. Number.<br/>- **width**: Width of the image to capture. Number.<br/>**Note**: Both the height and width dimensions must be specified if used.|
3333
|successCallback |Function | Yes|A function to call when image is returned. A base64 encoded image object with the following attributes is passed to the function:<br/>- **fileContent**: Contents of the image file. String <br/>- **fileName**: Name of the image file. String.<br/>- **fileSize**: Size of the image file in KB. Number.<br/>- **mimeType**: Image file MIME type. String.|
3434
|errorCallback |Function | Yes|A function to call when the operation fails. |
3535

@@ -45,4 +45,4 @@ This method is supported only for the mobile clients.
4545

4646

4747

48-
[!INCLUDE[footer-include](../../../../../includes/footer-banner.md)]
48+
[!INCLUDE[footer-include](../../../../../includes/footer-banner.md)]

powerapps-docs/maker/canvas-apps/app-from-azure-sql-database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.topic: conceptual
88
ms.custom: canvas
99
ms.reviewer:
1010
ms.date: 06/03/2020
11-
ms.author: tapanm
11+
ms.author: hahuber
1212
search.audienceType:
1313
- maker
1414
search.app:

powerapps-docs/maker/canvas-apps/powerapps-custom-visual.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,15 @@ ms.service: powerapps
77
ms.topic: conceptual
88
ms.custom: canvas
99
ms.reviewer: tapanm
10-
ms.date: 09/22/2020
11-
ms.author: pemikkel
10+
ms.date: 04/12/2021
11+
ms.author: hahuber
1212
search.audienceType:
1313
- maker
1414
search.app:
1515
- PowerApps
16+
contributors:
17+
- mikkelsen2000
18+
- tapanm-msft
1619
---
1720

1821
# Power Apps visual for Power BI
@@ -68,6 +71,7 @@ Let's look at the steps required to use the Power Apps visual in your Power BI r
6871

6972
The following limitations apply to the Power Apps visual:
7073

74+
- The maximum number of records that can be passed from Power BI to Power Apps visual using "PowerBIIntegration" object is limited to 1000.
7175
- Power Apps visual isn't supported for [guest users](share-app-guests.md).
7276
- Power Apps visual doesn't support multi-level embedding of Power Apps in Sovereign clouds. For example, embedding a Power BI report with Power Apps visual to a SharePoint page, or further embedding that SharePoint page to a Teams channel isn't supported on sovereign clouds.
7377
- If you change the data fields associated with the visual, you must edit the app from within the Power BI service by selecting the ellipsis (...) and then selecting **Edit**. Otherwise, the changes won't be propagated to Power Apps, and the app will behave in unexpected ways.

0 commit comments

Comments
 (0)