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.
0 commit comments