Skip to content

Commit 726a167

Browse files
authored
Merge pull request #10600 from MicrosoftDocs/main
pushing to live
2 parents c95f6b6 + 3b1d7e3 commit 726a167

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

powerapps-docs/maker/canvas-apps/ai-formulas-formulabar.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Use Copilot to create and edit Power Fx formulas in Power Apps
33
description: Learn how to use Copilot, an AI feature in Power Apps, to create and edit Power Fx formulas in the formula bar from natural language or code comments.
44
author: warrenbryant-msft
55
ms.author: warrenbryant
6-
ms.date: 10/21/2024
6+
ms.date: 11/5/2024
77
ms.topic: conceptual
88
ms.reviewer: mkaur
99
ms.subservice: canvas-maker
@@ -42,17 +42,17 @@ Use Copilot in the formula bar to understand what a formula is doing in plain la
4242

4343
1. Select a control and its corresponding property.
4444

45-
1. On the formula bar, select the **Copilot functionality menu** > **Explain this formula**.
45+
1. On the formula bar, select the **Copilot functionality menu** > **Explain this formula**, or select a subset of a formula and then select the **Copilot functionality menu** > **Explain this Selection** to explain only that part.
4646

4747
:::image type="content" source="media/copilot/ufb-explain-copilot.png" alt-text="Screenshot of the Copilot functionality menu showing the Explain this formula item.":::
4848

49-
Copilot provides an explanation of the formula that you can copy and insert as a code comment or share with other makers who are working on the same app.
49+
Copilot provides an explanation of the formula that you can copy and insert as a code comment or share with other makers who are working on the same app. When explaining a selection, the Copilot may explain additional context around the selection if it is important to providing the explanation.
5050

5151
:::image type="content" source="media/copilot/ufb-explanation-copilot.png" alt-text="Screenshot of Copilot's explanation of a formula.":::
5252

5353
### Known limitations of explaining formulas
5454

55-
- The maximum length of a formula explanation is 5,000 characters.
55+
- The maximum length for a formula explanation is 5,000 characters. If the formula exceeds this limit, use a partial explanation to ensure it works.
5656
- Copilot only recognizes default properties in Power Apps.
5757
- Copilot doesn't recognize user-defined functions.
5858

powerapps-docs/maker/model-driven-apps/coauthoring.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Here's what multiple makers can do at the same time in the app while seeing each
3535
First, once there are other makers editing the app together with you, you see their presence in the top navigation bar and the left menu. You can see what components other makers are working on or what pages they have open. You'll also see them move through the components on the left navigation bar in real-time.
3636

3737
:::image type="content" source="media/coauthoring1.png" alt-text="App makers working in the app are displayed":::
38+
3839
When someone is adding or removing a page, all other makers will see it appearing on the left navigation bar with a sparkle graphic indicator. The sparkle remains displayed until you select that page. You won’t see a sparkle for the components and pages that you’ve added.
3940

4041
:::image type="content" source="media/coauthoring2.png" alt-text="Sparkle graphic indicator appears when changes are made by other makers":::

0 commit comments

Comments
 (0)