Skip to content

Commit b3410b0

Browse files
Live publish for 04 March 2024.
2 parents c102e28 + 05019f8 commit b3410b0

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

powerapps-docs/maker/canvas-apps/accessible-apps-limitations.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,13 @@ Consider the following:
3535

3636
## Tabbed interfaces
3737

38-
Tabbed interfaces are not supported. A tabbed interface is made up of a list of tabs and a panel that shows content associated with the selected tab. The list of tabs should be navigable with arrow keys. Appropriate control roles and states are required.
38+
A tabbed interface is made up of a list of tabs and a panel that shows content associated with the selected tab.
39+
40+
The only built-in control that supports tabbed interfaces is the **[Tab list](controls/modern-controls/modern-control-tabs-or-tabs-list.md)**. Avoid using **[Galleries](controls/control-gallery.md)** to create tabs. The list of tabs should be navigable with arrow keys. Appropriate control roles and states are required.
3941

4042
Consider the following:
4143

42-
- Put each tab panel on a separate screen. Append the role and state of a tab to its **[AccessibleLabel](controls/properties-accessibility.md)**. For example, if an **[Icon](controls/control-shapes-icons.md)** is used as a tab, its label could be “Documents. Tab. 3 of 5. Selected.”.
44+
- Use the built-in **[Tab list](controls/control-data-table.md)**.
4345
- [Create a code component](../../developer/component-framework/overview.md) that implements an accessible tabbed interface.
4446

4547
## Custom tables

powerapps-docs/maker/canvas-apps/export-import-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ In this article, you'll learn how to export and import canvas apps.
2222
You can export and import canvas apps by using packages. This feature allows you to export an app from one environment and import it to another. When exporting and importing canvas app packages, consider the scenario that best fits the available options. For example, you can save a canvas app locally by using the *Save As* option when you select the ___location as *This computer*. The saved file will have the file name extension *.msapp*. This file doesn't include any additional components such as flows created with Power Automate and used by the saved app. Although you can use this method to create a copy of an existing app, you can use the recommended export and import feature that includes [additional resources](#resources-included-in-the-package) with the package. Export and import packages have the file format *.zip*.
2323

2424
> [!IMPORTANT]
25-
> - For ALM capabilities in Microsoft Power Platform environments, use Microsoft Dataverse and solutions instead of the canvas app package export and import. More information: [ALM overview](/power-platform/alm/overview-alm)
2625
> - Canvas app packages can't be used with [Dataverse solution packages](../data-platform/solutions-overview.md) because of the package incompatibility.
26+
> - Canvas apps that have Dataverse dependencies, such as flows, connection references, etc. are not supported for canvas app packages. For ALM capabilities in Microsoft Power Platform environments, use Microsoft Dataverse and solutions instead of the canvas app package export and import. More information: [ALM overview](/power-platform/alm/overview-alm)
2727
> - An App Insights instrumentation key may be present in imported canvas apps. Inspect the instrumentation key after importing an app to ensure it corresponds to the desired App Insights resource.
2828
2929
## Resources included in the package

powerapps-docs/maker/powerapps-preview-program.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ ms.subservice: common
66
ms.topic: conceptual
77
ms.custom:
88
- canvas
9-
ms.date: 09/03/2021
10-
ms.author: jimholtz
9+
ms.date: 03/04/2024
10+
ms.author: tapanm
1111
search.audienceType:
1212
- admin
1313
---
@@ -79,11 +79,6 @@ You can provide feedback on the [Power Apps forum][8] and/or contact [support][9
7979

8080
Power Apps does not support opening apps saved in preview only versions of Power Apps in production environments. Most versions of Power Apps will eventually move from preview into production, but how and when this happens is influenced by many factors so it should not be relied on. We recommend you use production environments to create or edit any app intended for use in a production environment.
8181

82-
3. **Database cannot be created in Preview region**
83-
84-
Currently, you cannot create a database with Microsoft Dataverse in an environment in Preview (United States) region - we're working on it.
85-
86-
8782
<!--Reference links in article-->
8883
[2]: https://make.powerapps.com
8984
[3]: https://make.preview.powerapps.com

0 commit comments

Comments
 (0)