Skip to content

Commit 572a171

Browse files
authored
Merge branch 'main' into marcelbf-codeview-ga
2 parents edb2590 + f3a66f6 commit 572a171

File tree

115 files changed

+1952
-1523
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+1952
-1523
lines changed

.openpublishing.redirection.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9406,6 +9406,25 @@
94069406
"redirect_document_id": false
94079407
},
94089408
{
9409+
"source_path": "powerapps-docs/maker/canvas-apps/data-platform-create-app.md",
9410+
"redirect_url": "/power-apps/maker/canvas-apps/get-started-create-from-blank",
9411+
"redirect_document_id": false
9412+
},
9413+
{
9414+
"source_path": "powerapps-docs/maker/canvas-apps/get-started-create-from-data.md",
9415+
"redirect_url": "/power-apps/maker/canvas-apps/get-started-create-from-blank",
9416+
"redirect_document_id": false
9417+
},
9418+
{
9419+
"source_path": "powerapps-docs/maker/canvas-apps/connections/connection-excel.md",
9420+
"redirect_url": "/power-apps/maker/canvas-apps/get-started-create-from-blank",
9421+
"redirect_document_id": false
9422+
},
9423+
{
9424+
"source_path": "powerapps-docs/maker/canvas-apps/how-to-excel-tips.md",
9425+
"redirect_url": "https://support.microsoft.com/en-us/office/create-and-format-tables-e81aa349-b006-4f8a-9806-5af9df0ac664",
9426+
},
9427+
{
94099428
"source_path": "powerapps-docs/maker/canvas-apps/sample-crisis-communication-app.md",
94109429
"redirect_url": "https://learn.microsoft.com",
94119430
"redirect_document_id": false
@@ -9489,6 +9508,22 @@
94899508
"source_path": "powerapps-docs/sample-apps/crisis-financial-impact-tracker/configure-data.md",
94909509
"redirect_url": "https://learn.microsoft.com",
94919510
"redirect_document_id": false
9511+
},
9512+
{
9513+
"source_path": "powerapps-docs/maker/canvas-apps/transform-infopath.md",
9514+
"redirect_url": "/power-apps/maker/canvas-apps",
9515+
"redirect_document_id": false
9516+
},
9517+
{
9518+
"source_path": "powerapps-docs/chatbots.md",
9519+
"redirect_url": "/microsoft-copilot-studio/authoring-first-bot",
9520+
"redirect_document_id": false
9521+
},
9522+
{
9523+
"source_path": "powerapps-docs/maker/common/virtual-agent.md",
9524+
"redirect_url": "/power-apps/maker/canvas-apps/ai-overview",
9525+
"redirect_document_id": false
94929526
}
9527+
94939528
]
94949529
}

powerapps-docs/cards/card-requirements.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ ms.collection:
1313

1414
# Requirements for cards
1515

16+
[!INCLUDE[cards-deprecation-banner](~/includes/cards-deprecation-notice.md)]
17+
1618
This article contains information about requirements for cards to show up and work as expected.
1719

1820
## Environment requirements

powerapps-docs/cards/controls/button-set.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ contributors:
1616

1717
# Button set control in cards
1818

19+
[!INCLUDE[cards-deprecation-banner](~/includes/cards-deprecation-notice.md)]
20+
1921
A container for a set of [button](button.md) elements.
2022

2123
The button set control can be used to add buttons in places other than the bottom of the card as well as to group buttons together.

powerapps-docs/cards/controls/button.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ contributors:
1616

1717
# Button control in cards
1818

19+
[!INCLUDE[cards-deprecation-banner](~/includes/cards-deprecation-notice.md)]
20+
1921
A button control that executes Power Fx, opens a URL, shows a screen, or toggles visibility on select. Learn more about [how to use the button control](../make-a-card/ui-elements/use-buttons.md).
2022

2123
Buttons are added under the **actions** section of the tree view at the bottom of the card by default. This button can be placed elsewhere in the card and grouped with other buttons using a [button set control](button-set.md).

powerapps-docs/cards/controls/check-box.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ contributors:
1616

1717
# Check box control in cards
1818

19+
[!INCLUDE[cards-deprecation-banner](~/includes/cards-deprecation-notice.md)]
20+
1921
A checkbox that lets users choose between two options by selecting or clearing.
2022

2123
## Properties

powerapps-docs/cards/controls/column-set.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ contributors:
1616

1717
# Column set control in cards
1818

19+
[!INCLUDE[cards-deprecation-banner](~/includes/cards-deprecation-notice.md)]
20+
1921
A collection of columns, each column is a container. These columns allow controls to sit side-by-side.
2022

2123
Column set is useful for showing a row of data. You can add a column for the different UI elements you want within the column set, then drag and drop those elements into the column within the card canvas. You can also [data bind](../make-a-card/ui-elements/data-binding.md) a column set to a collection or data source to repeat the column set for each row, resulting in a list of data.

powerapps-docs/cards/controls/column.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ contributors:
1616

1717
# Column control in cards
1818

19+
[!INCLUDE[cards-deprecation-banner](~/includes/cards-deprecation-notice.md)]
20+
1921
An individual column which acts as a container for other elements. This column can be arranged side-by-side with other columns using the [column set control](column-set.md).
2022

2123
Add to a column set to create dividers on the page. Empty columns aren't visible. You'll need to put another control (like a text input control) into a column to make it visible. You can drag and drop controls into a column within the card canvas.

powerapps-docs/cards/controls/container.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ contributors:
1616

1717
# Container control in cards
1818

19+
[!INCLUDE[cards-deprecation-banner](~/includes/cards-deprecation-notice.md)]
20+
1921
A standard container, useable with almost any control.
2022

2123
A container takes on the properties of the first control placed inside it. Only controls of the same type can be added to a container.

powerapps-docs/cards/controls/control-reference.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ contributors:
1616

1717
# Controls and properties in cards
1818

19+
[!INCLUDE[cards-deprecation-banner](~/includes/cards-deprecation-notice.md)]
20+
1921
Configure the appearance and behavior of a control by setting one of its properties. Each type of control has a different set of properties. Some properties, such as **Height** and **Width**, are common to almost every type of control, but other properties, such as **OnSelect**, are specific to one type of control.
2022

2123
## Controls

powerapps-docs/cards/controls/date-picker.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ contributors:
1616

1717
# Date picker control in cards
1818

19+
[!INCLUDE[cards-deprecation-banner](~/includes/cards-deprecation-notice.md)]
20+
1921
Allows the user to enter a date in mm/dd/yyyy format or select a date on the calendar. The value is stored as a date.
2022

2123
## Properties

0 commit comments

Comments
 (0)