Skip to content

Commit 9e530b3

Browse files
authored
Merge branch 'main' into patch-2
2 parents 0c03df9 + 1cd17fe commit 9e530b3

File tree

2 files changed

+10
-16
lines changed

2 files changed

+10
-16
lines changed

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

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: warrenbryant-msft
55
ms.topic: conceptual
66
ms.custom: canvas
77
ms.reviewer: mkaur
8-
ms.date: 7/15/2024
8+
ms.date: 7/22/2024
99
ms.subservice: canvas-maker
1010
ms.author: warrenbryant
1111
search.audienceType:
@@ -56,17 +56,12 @@ Use Copilot in the formula bar to understand what a formula is doing.
5656

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

59-
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.
60-
61-
62-
> [!IMPORTANT]
63-
> - 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).
64-
> - This capability is in the process of rolling out, and may not be available in your region yet.
59+
When you add a comment in the formula bar, Copilot will provide a suggested formula. You have the option to accept the suggestion or manually type the formula. These comments can serve as documentation in the formula bar, just like regular code comments.
6560

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

69-
Wait few seconds for Copilot to generate a formula recommendation.
64+
Wait few seconds for Copilot to generate a formula recommendation or press enter to generate immediately.
7065

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

9084

85+
### Enable or disable Copilot comment generated formulas
9186

92-
### Disable Copilot comment generated formulas
9387

94-
Copilot comment generated formulas can be disabled from app settings.
88+
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.
9589

96-
- Go to **Settings** > **Upcoming features**. Set the toggle to **Off** for **Copilot comment-generated formulas**.
90+
- Go to **Settings** > **Upcoming features**. Set the toggle to **On** or **Off** for **Copilot comment-generated formulas**.
9791

9892
> [!NOTE]
99-
> You won't be able to disable **Copilot comment generated formulas** when it's generally available.
100-
93+
> When **Copilot comment generated formulas** is fully integrated into the platform and generally available, it won't be possible to disable it.
10194
10295
## Responsible AI
10396

powerapps-docs/maker/data-platform/create-edit-entities-portal.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Create and edit tables using Power Apps | MicrosoftDocs"
33
description: "Understand how to create and edit tables using Power Apps."
44
author: "Mattp123"
5-
ms.date: 07/08/2024
5+
ms.date: 07/17/2024
66
ms.reviewer: ""
77
ms.topic: "how-to"
88
ms.subservice: dataverse-maker
@@ -42,14 +42,15 @@ There are several ways to create a new table:
4242

4343
[!INCLUDE [cc-beta-prerelease-disclaimer](../../includes/cc-beta-prerelease-disclaimer.md)]
4444

45-
Use the table visual designer experience where you create and edit tables, configure table relationships, and can view a diagram of your data.
45+
Use the table visual designer experience where you create tables, configure table relationships, and can view a diagram of your data.
4646

4747
:::image type="content" source="media/table-visual-designer.png" alt-text="Visual table designer in Power Apps" lightbox="media/table-visual-designer.png":::
4848

4949
> [!IMPORTANT]
5050
>
5151
> - This is a preview feature.
5252
> - [!INCLUDE [cc-preview-features-definition](../../includes/cc-preview-features-definition.md)]
53+
> - The table visual designer currently only supports creating new tables. You can't edit existing tables using the experience.
5354
5455
1. Command bar:
5556

0 commit comments

Comments
 (0)