Skip to content

Commit e75e7d1

Browse files
Merge pull request MicrosoftDocs#4950 from MicrosoftDocs/main638357762734736829sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 5b3a197 + f443cf6 commit e75e7d1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

powerapps-docs/developer/component-framework/react-controls-platform-libraries.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "You can achieve significant performance gains using React and plat
44
keywords: "Component Framework, code components, Power Apps controls"
55
ms.author: hemantg
66
author: HemantGaur
7-
ms.date: 02/20/2022
7+
ms.date: 11/16/2023
88
ms.reviewer: jdaly
99
ms.custom:
1010
- "dyn365-a11y"
@@ -124,9 +124,9 @@ Platform libraries are made available both at the build and runtime to the contr
124124

125125
A: No. You must create a new control using the new template and then update the manifest and index.ts methods. For reference, compare the standard and react samples described above.
126126

127-
### Q: Can I use React controls & platform libraries with portals?
127+
### Q: Can I use React controls & platform libraries with Power Pages?
128128

129-
A: No. React controls & platform libraries are currently only available for canvas and model-driven apps.
129+
A: No. React controls & platform libraries are currently only supported for canvas and model-driven apps. In Power Pages, React controls don't update based on changes in other fields.
130130

131131
## Related articles
132132

powerapps-docs/maker/data-platform/data-retention-view.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: gned
66
ms.reviewer: matp
77
ms.service: powerapps
88
ms.topic: how-to
9-
ms.date: 10/20/2023
9+
ms.date: 11/16/2023
1010
ms.custom: template-how-to
1111
---
1212
# View long term retained data (preview)
@@ -52,7 +52,7 @@ These restrictions are enforced by Dataverse for each environment:
5252
- Up to five users can query and retrieve retained data at the same time.
5353
- Up to 100 queries per day are allowed for each environment.
5454
- Any single request from advanced find, Power Automate cloud flow, or Dataverse OData public API is considered as one query.
55-
- Queries are allowed on one table at a time. Joins and aggregation functions aren't allowed.
55+
- Queries are allowed on one table at a time. Joins and aggregation functions aren't allowed. Consider options with Microsoft Fabric for complex queries and Power BI options. More information: [View retained data with Microsoft Fabric (preview)](#view-retained-data-with-microsoft-fabric-preview)
5656
- Retained data includes lookup data. Lookup values in the table are denormalized with ID and name value.
5757

5858
## View retained data with Microsoft Fabric (preview)

0 commit comments

Comments
 (0)