You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/ai-formulas-formulabar.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Use Copilot to create and edit Power Fx formulas in Power Apps
3
3
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.
4
4
author: warrenbryant-msft
5
5
ms.author: warrenbryant
6
-
ms.date: 10/21/2024
6
+
ms.date: 11/5/2024
7
7
ms.topic: conceptual
8
8
ms.reviewer: mkaur
9
9
ms.subservice: canvas-maker
@@ -42,17 +42,17 @@ Use Copilot in the formula bar to understand what a formula is doing in plain la
42
42
43
43
1. Select a control and its corresponding property.
44
44
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.
46
46
47
47
:::image type="content" source="media/copilot/ufb-explain-copilot.png" alt-text="Screenshot of the Copilot functionality menu showing the Explain this formula item.":::
48
48
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.
50
50
51
51
:::image type="content" source="media/copilot/ufb-explanation-copilot.png" alt-text="Screenshot of Copilot's explanation of a formula.":::
52
52
53
53
### Known limitations of explaining formulas
54
54
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.
56
56
- Copilot only recognizes default properties in Power Apps.
Copy file name to clipboardExpand all lines: powerapps-docs/maker/model-driven-apps/coauthoring.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,7 @@ Here's what multiple makers can do at the same time in the app while seeing each
35
35
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.
36
36
37
37
:::image type="content" source="media/coauthoring1.png" alt-text="App makers working in the app are displayed":::
38
+
38
39
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.
39
40
40
41
:::image type="content" source="media/coauthoring2.png" alt-text="Sparkle graphic indicator appears when changes are made by other makers":::
0 commit comments