Skip to content

Commit 76c391a

Browse files
Live publish for 25 January 2024.
2 parents fe49092 + 845245a commit 76c391a

32 files changed

+92
-44
lines changed

powerapps-docs/limits-and-config.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ contributors:
1818
ms.contributors:
1919
- arijitba
2020
- norliu
21+
ms.collection:
22+
- bap-ai-copilot
2123
---
2224
# System requirements, limits, and configuration values for Power Apps
2325

powerapps-docs/maker/canvas-apps/add-ai-chatbot.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ description: A control that enables embedding of any published Power Virtual Age
44
author: mduelae
55
ms.topic: conceptual
66
ms.custom: canvas
7-
ms.collection: get-started
7+
ms.collection:
8+
- bap-ai-copilot
9+
- get started
810
ms.reviewer:
911
ms.date: 3/13/2023
1012
ms.subservice: canvas-maker

powerapps-docs/maker/canvas-apps/add-ai-copilot.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ description: Add Copilot AI control for apps users to your canvas app.
44
author: mduelae
55
ms.topic: conceptual
66
ms.custom: canvas
7-
ms.collection: get-started
7+
ms.collection:
8+
- bap-ai-copilot
9+
- get started
810
ms.reviewer:
911
ms.date: 3/13/2023
1012
ms.subservice: canvas-maker

powerapps-docs/maker/canvas-apps/ai-conversations-create-app.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ description: Build apps through conversation with AI.
44
author: mduelae
55
ms.topic: conceptual
66
ms.custom: canvas
7-
ms.collection: get-started
7+
ms.collection:
8+
- bap-ai-copilot
9+
- get started
810
ms.reviewer:
911
ms.date: 10/17/2022
1012
ms.subservice: canvas-maker

powerapps-docs/maker/canvas-apps/ai-edit-app.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ description: Edit your app through conversation with AI Copilot in Power Apps St
44
author: mduelae
55
ms.topic: conceptual
66
ms.custom: canvas
7-
ms.collection: get-started
7+
ms.collection:
8+
- bap-ai-copilot
9+
- get started
810
ms.reviewer:
911
ms.date: 6/5/2022
1012
ms.subservice: canvas-maker

powerapps-docs/maker/canvas-apps/ai-overview.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ description: AI Copilot overview in Power Apps.
44
author: mduelae
55
ms.topic: conceptual
66
ms.custom: canvas
7-
ms.collection: get-started
87
ms.reviewer:
98
ms.date: 3/13/2023
109
ms.subservice: canvas-maker
1110
ms.author: tapanm
1211
search.audienceType:
1312
- maker
13+
ms.collection:
14+
- bap-ai-copilot
15+
- get started
1416
contributors:
1517
- mduelae
1618
---

powerapps-docs/maker/canvas-apps/create-responsive-layout.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,11 @@ Having written these formulas, you can adjust the size or position of the **Head
171171

172172
## Auto-layout container controls
173173

174-
You can use an experimental feature, the **Auto-layout** container controls to automatically lay out the child components. These containers determine the position of the child components so that you never have to set X, Y for a component inside the container. Also, it can distribute the available space to its child components based on the settings, as well as determines both the vertical and horizontal alignment of the child components. More information: [Auto-layout container controls](build-responsive-apps.md#auto-layout-containers)
174+
You can use an feature, the **Auto-layout** container controls to automatically lay out the child components. These containers determine the position of the child components so that you never have to set X, Y for a component inside the container. Also, it can distribute the available space to its child components based on the settings, as well as determines both the vertical and horizontal alignment of the child components. More information: [Auto-layout container controls](build-responsive-apps.md#auto-layout-containers)
175175

176176
### Components
177177

178-
If you use another experimental feature, named Components, you can construct building blocks and reuse them throughout your app. As with the **Container** control, the controls that you place within a component should base their position and size formulas on `Parent.Width` and `Parent.Height`, which refer to the size of the component. More information: [Create a component](create-component.md).
178+
If you use another feature, named Components, you can construct building blocks and reuse them throughout your app. As with the **Container** control, the controls that you place within a component should base their position and size formulas on `Parent.Width` and `Parent.Height`, which refer to the size of the component. More information: [Create a component](create-component.md).
179179

180180
## Adapting layout for device size and orientation
181181

powerapps-docs/maker/canvas-apps/get-started-create-from-data.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
title: Create a canvas app with data from an Excel file (contains video)
33
description: Learn about how to use Power Apps to automatically create a canvas app using data stored in an Excel file in a cloud-storage account.
44
author: mduelae
5-
65
ms.topic: conceptual
76
ms.custom: canvas
8-
ms.collection: get-started
7+
ms.collection:
8+
- bap-ai-copilot
9+
- get-started
910
ms.reviewer:
1011
ms.date: 01/27/2022
1112
ms.subservice: canvas-maker

powerapps-docs/maker/canvas-apps/intro-maker-portal.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ contributors:
1414
- mduelae
1515
- alaug
1616
- Mattp123
17+
ms.collection:
18+
- bap-ai-copilot
1719
---
1820

1921

powerapps-docs/maker/canvas-apps/save-publish-app.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Save and publish canvas apps
33
description: Step-by-step instructions for saving and publishing canvas apps.
44
author: amchern
5-
65
ms.topic: conceptual
76
ms.custom: canvas
87
ms.reviewer: mkaur
@@ -15,6 +14,8 @@ contributors:
1514
- mduelae
1615
- emcoope-msft
1716
- amchern
17+
ms.collection:
18+
- bap-ai-copilot
1819
---
1920
# Save and publish canvas apps
2021

0 commit comments

Comments
 (0)