Skip to content

Commit 23f3b52

Browse files
Modify C2Fx based on train 7.2 release
1 parent d594c9f commit 23f3b52

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

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

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,12 @@ Use Copilot in the formula bar to understand what a formula is doing.
5757

5858
[This section is prerelease documentation and is subject to change.]
5959

60-
Add a comment in the formula bar and Copilot will suggest a suitable formula. You can accept the suggestion or typing through it. The comments can remain in the formula bar as documentation, similar to regular code comments.
61-
62-
63-
> [!IMPORTANT]
64-
> - Preview features aren’t meant for production use and may have restricted functionality. These features are available before an official release so that customers can get early access and provide feedback. For more information, see [Power Apps preview program](../powerapps-preview-program.md).
65-
> - This capability is in the process of rolling out, and may not be available in your region yet.
60+
Add a comment in the formula bar and Copilot will suggest a suitable formula. You can accept the suggestion or type through it. The comments can remain in the formula bar as documentation, similar to regular code comments.
6661

6762
1. With your canvas app open for editing, type a code comment using **//** or **/*** in the formula bar.
6863
:::image type="content" source="media/copilot/ufb-comment-copilot.png" alt-text="Typed comment":::
6964

70-
Wait few seconds for Copilot to generate a formula recommendation.
65+
Wait few seconds for Copilot to generate a formula recommendation or press enter to generate immediately.
7166

7267
1. Use the **Tab key** on the keyboard to select and use the recommended formula. You can also type through the recommendation.
7368
:::image type="content" source="media/copilot/ufb-commentfx-copilot.png" alt-text="Typed comment with recommended formula":::
@@ -83,19 +78,18 @@ Add a comment in the formula bar and Copilot will suggest a suitable formula. Yo
8378
- Copilot in Power Apps only recognizes the default properties within the app.
8479
- Code comments only work with general Power Fx functions, and not Power Apps specific functions such as **Navigate()**.
8580
- The advanced panel doesn't trigger suggestions.
86-
- While Copilot is generating formula suggestions, other activities in the Power Apps Studio might be temporarily unavailable.
8781
- Existing formulas for that property aren't included in the recommendation.
8882
- User defined functions aren't supported.
8983
- This feature isn't available in the Canada region.
9084

91-
### Disable Copilot comment generated formulas
85+
### Enable/Disable Copilot comment generated formulas
9286

93-
Copilot comment generated formulas can be disabled from app settings.
87+
Copilot comment generated formulas are enabled by default for new apps, and disabled by default for existing apps, but can be enabled or disabled for any app from app settings.
9488

95-
- Go to **Settings** > **Upcoming features**. Set the toggle to **Off** for **Copilot comment-generated formulas**.
89+
- Go to **Settings** > **Upcoming features**. Set the toggle to **On** or **Off** for **Copilot comment-generated formulas**.
9690

9791
> [!NOTE]
98-
> You won't be able to disable **Copilot comment generated formulas** when it's generally available.
92+
> You won't be able to disable **Copilot comment generated formulas** once it is fully integrated into the platform.
9993
10094
## Responsible AI
10195

0 commit comments

Comments
 (0)