Skip to content

Commit 9b5d464

Browse files
committed
Merge branch 'master' into 2129156
2 parents 693ae5d + c139ecf commit 9b5d464

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

powerapps-docs/developer/component-framework/limitations.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Limitations of Power Apps component framework | MicrosoftDocs"
33
description: "Limitations using Power Apps component framework"
44
author: nkrb
55
manager: kvivek
6-
ms.date: 10/01/2019
6+
ms.date: 12/16/2020
77
ms.service: "powerapps"
88
ms.topic: "index-page"
99
ms.assetid: 18e88d702-3349-4022-a7d8-a9adf52cd34f
@@ -14,12 +14,15 @@ ms.author: "nabuthuk"
1414

1515
With the release of Power Apps component framework, you can now create your own code components to improve the user experience in model-driven apps and canvas apps. Even though you can create your own components, there are some limitations that restrict developers implementing some features in the code components. Below are some of the limitations:
1616

17-
1. Microsoft Dataverse dependent APIs, including WebAPI along with few other APIs, are not available for this experimental preview. For individual API availability for this experimental preview release, see [Power Apps component framework API reference](reference/index.md).
17+
1. Microsoft Dataverse dependent APIs, including WebAPI, are not available for canvas applications yet. For individual API availability in current public preview release, see [Power Apps component framework API reference](reference/index.md).
18+
1819
2. Code components should bundle all the code including external library content into the primary code bundle. To see an example of how the Power Apps command line interface can help with bundling your external library content into a component-specific bundle, see [Angular flip component](sample-controls/angular-flip-control.md) example.
1920

2021
> [!NOTE]
2122
> Support for shared libraries across components using library nodes in the component manifest is not yet supported. We are reviewing this and will be adding this capability in future release.
2223
24+
3. Code components should not use the HTML web storage objects, like `window.localStorage` and `window.sessionStorage`, to store data. Data stored locally on the user's browser or mobile client is not secure and not guaranteed to be available reliably.
25+
2326
## Related topics
2427

2528
[Power Apps component framework API reference](reference/index.md)<br/>

powerapps-docs/guidance/planning/gaining-support.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: TGrounds
55
ms.service: powerapps
66
ms.topic: conceptual
77
ms.custom: guidance
8-
ms.date: 06/16/2020
8+
ms.date: 12/18/2020
99
ms.author: thground
1010
ms.reviewer: kathyos
1111

@@ -34,5 +34,9 @@ the project. Nick's sponsorship will ensure that employees adopt the new
3434
process. Charlotte's sponsorship will provide some funds in addition to permission
3535
to access key data.
3636

37-
> [!div class="nextstepaction"]
38-
> [Next step: Design the app](designing-phase.md)
37+
### Next steps
38+
39+
- If you're designing an app using Power Apps, see [Design the app](designing-phase.md).
40+
41+
- If you're designing an automation using Power Automate, see [Design the automation](/power-automate/guidance/planning/process-design) in Power Automate guidance docs.
42+

powerapps-docs/guidance/planning/planning-phase.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: TGrounds
55
ms.service: powerapps
66
ms.topic: conceptual
77
ms.custom: guidance
8-
ms.date: 06/16/2020
8+
ms.date: 12/05/2020
99
ms.author: thground
1010
ms.reviewer: kathyos
1111

@@ -37,5 +37,8 @@ In this section, you'll learn about:
3737

3838
- [Creating a project plan](defining-app-project-objective.md)
3939

40+
> [!NOTE]
41+
> The planning information covered here is also applicable for Power Automate users who are planning to automate their processes or tasks. You can find detailed information about planning a Power Automate project in the Power Automate guidance documentation: [Planning a Power Automate Project](/power-automate/guidance/planning/introduction)
42+
4043
> [!div class="nextstepaction"]
4144
> [Next step: Identifying the business problem to solve](identifying-business-problem-to-solve.md)

0 commit comments

Comments
 (0)