Skip to content

Commit 937b2ad

Browse files
committed
Merge branch 'main' into phecke-servicebus
2 parents ac60261 + 3fe3e5e commit 937b2ad

File tree

5 files changed

+95
-26
lines changed

5 files changed

+95
-26
lines changed

powerapps-docs/maker/canvas-apps/ai-edit-app.md

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.collection:
88
- bap-ai-copilot
99
- get started
1010
ms.reviewer:
11-
ms.date: 5/3/2024
11+
ms.date: 7/22/2024
1212
ms.subservice: canvas-maker
1313
ms.author: mkaur
1414
search.audienceType:
@@ -53,9 +53,31 @@ Copilot in Power Apps supports the following commands:
5353
- Text label
5454
- Text input
5555

56-
> [!NOTE]
57-
> - [Modern controls](controls/modern-controls/overview-modern-controls.md) aren't supported.
58-
> - This feature supports English and its variants.
56+
The following table lists the supported languages.
57+
58+
| **Name** | **Language Code** |
59+
|------------------------------------|-------------------|
60+
| English | en-US |
61+
| Chinese (simplified) | zh-Hans |
62+
| Czech | cs-CZ |
63+
| Danish | da-DK |
64+
| Dutch | nl-NL |
65+
| Finnish | fi-FI |
66+
| French | fr-FR |
67+
| German | de-DE |
68+
| Greek | el-GR |
69+
| Italian | it-IT |
70+
| Japanese | ja-JP |
71+
| Korean | ko-KR |
72+
| Norwegian (Bokmål) | nb-NO |
73+
| Polish | pl-PL |
74+
| Portuguese | pt-BR |
75+
| Russian | ru-RU |
76+
| Spanish (Traditional Sort) | es-ES |
77+
| Swedish | sv-SE |
78+
| Thai | th-TH |
79+
| Turkish | tr-TR |
80+
5981

6082
## Sample commands you can try
6183

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

Lines changed: 37 additions & 15 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: 5/2/2024
8+
ms.date: 7/22/2024
99
ms.subservice: canvas-maker
1010
ms.author: warrenbryant
1111
search.audienceType:
@@ -48,26 +48,20 @@ Use Copilot in the formula bar to understand what a formula is doing.
4848

4949

5050
### Known Limitations
51-
- There's a 1,000 character limit for formula explanations.
51+
- There's a 5,000 character limit for formula explanations.
5252
- Copilot in Power Apps is only aware of default properties.
5353
- User defined functions aren't supported.
54-
- This feature isn't available in the Canada region.
5554

5655
## Copilot comment generated formulas (preview)
5756

5857
[This section is prerelease documentation and is subject to change.]
5958

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.
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.
6660

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

70-
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.
7165

7266
1. Use the **Tab key** on the keyboard to select and use the recommended formula. You can also type through the recommendation.
7367
:::image type="content" source="media/copilot/ufb-commentfx-copilot.png" alt-text="Typed comment with recommended formula":::
@@ -83,20 +77,48 @@ Add a comment in the formula bar and Copilot will suggest a suitable formula. Yo
8377
- Copilot in Power Apps only recognizes the default properties within the app.
8478
- Code comments only work with general Power Fx functions, and not Power Apps specific functions such as **Navigate()**.
8579
- 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.
8780
- Existing formulas for that property aren't included in the recommendation.
8881
- User defined functions aren't supported.
8982
- This feature isn't available in the Canada region.
9083

91-
### Disable Copilot comment generated formulas
9284

93-
Copilot comment generated formulas can be disabled from app settings.
85+
### Enable or disable Copilot comment generated formulas
9486

95-
- Go to **Settings** > **Upcoming features**. Set the toggle to **Off** for **Copilot comment-generated formulas**.
87+
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.
89+
90+
- Go to **Settings** > **Upcoming features**. Set the toggle to **On** or **Off** for **Copilot comment-generated formulas**.
9691

9792
> [!NOTE]
98-
> You won't be able to disable **Copilot comment generated formulas** when it's generally available.
93+
> When **Copilot comment generated formulas** is fully integrated into the platform and generally available, it won't be possible to disable it.
9994
10095
## Responsible AI
10196

10297
Review the Microsoft Documentation on [FAQ about using AI responsibly in Power Apps](../common/responsible-ai-overview.md) to understand the choices a user has when working with AI. Additionally, review the [Power Fx Copilot FAQ](../common/faqs-copilot-powerfx.md) for questions regarding this functionality specifically.
98+
99+
## Language Support
100+
101+
The following table lists the languages available for the formula bar copilot features, which is based on the settings in your Power Platform environment and browser.
102+
103+
| **Name** | **Language Code** | **Functionality Supported** |
104+
|------------------------------------|-------------------|-----------------------------------------------|
105+
| English | en-US | Explain a formula, Comment generated formulas |
106+
| Chinese (simplified) - China | zh-Hans | Explain a formula |
107+
| Czech - Czech Republic | cs-CZ | Explain a formula |
108+
| Danish - Denmark | da-DK | Explain a formula |
109+
| Dutch - Netherlands | nl-NL | Explain a formula |
110+
| Finnish - Finland | fi-FI | Explain a formula |
111+
| French - France | fr-FR | Explain a formula |
112+
| German - Germany | de-DE | Explain a formula |
113+
| Greek - Greece | el-GR | Explain a formula |
114+
| Italian - Italy | it-IT | Explain a formula |
115+
| Japanese - Japan | ja-JP | Explain a formula |
116+
| Korean - Korea | ko-KR | Explain a formula |
117+
| Norwegian (Bokmål) - Norway | nb-NO | Explain a formula |
118+
| Polish - Poland | pl-PL | Explain a formula |
119+
| Portuguese - Brazil | pt-BR | Explain a formula |
120+
| Russian - Russia | ru-RU | Explain a formula |
121+
| Spanish (Traditional Sort) - Spain | es-ES | Explain a formula |
122+
| Swedish - Sweden | sv-SE | Explain a formula |
123+
| Thai - Thailand | th-TH | Explain a formula |
124+
| Turkish - Türkiye | tr-TR | Explain a formula |

powerapps-docs/maker/common/faqs-copilot-powerfx.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: FAQs about using Copilot with Power Fx
33
description: FAQ that discusses Copilot and Power Fx
4-
ms.date: 4/23/2024
4+
ms.date: 7/15/2024
55
ms.custom:
66
- transparency-note
77
ms.topic: article
@@ -24,13 +24,17 @@ Power Apps Studio has several features to help makers understand and write Power
2424

2525
- Write a comment in the formula bar that describes a formula to receive a suggested Power Fx expression.
2626
- Receive an explanation for the current formula displayed in the formula bar.
27-
- From a supported control's inline action bar, open Copilot to describe a formula and receive a suggested formula and suggested property to apply it to.
27+
- Open Copilot from a supported control's inline action bar to describe a formula and receive a suggested formula and suggested property to apply it to.
2828

2929
## What is the system's intended use?
3030

3131
- Generate a single Power Fx expression from an English description.
3232
- Generate an English description of the formula shown in the formula bar.
3333

34+
## What languages are supported?
35+
36+
Because Power Fx can be used across many different features, each generally available (GA) feature may have a different set of supported languages the meet Microsoft's responsible AI standards. For details on language support for specific features see, [Create Power Fx formulas with Copilot](../canvas-apps/ai-formulas-formulabar.md#language-support)
37+
3438
## How was Power Fx with Copilot evaluated? What metrics are used to measure performance?
3539

3640
We qualitatively test the model's Power Fx formula generation and descriptions against an internally built set of Power Fx formulas and descriptions. Additionally, we're monitoring telemetry data to track the number of makers who tried the feature, the success rate of the feature, and the ratio of positive to negative feedback.
@@ -39,9 +43,9 @@ Before releasing the Copilot feature in preview, we conducted extensive testing
3943
## What are the limitations of Power Fx with Copilot? How can users minimize the impact of Power Fx Copilot limitations when using the system?
4044

4145
- Named Formulas and User Defined Functions can't be generated with Copilot at this time.
42-
- Variables have to be in use (declared) already for Copilot to use them, it will not introduce new variables.
43-
- Preview features aren't meant for production use and might have restricted functionality. These features are available before an official release so that customers can get early access and provide feedback.
44-
- For more information, see[preview terms](https://go.microsoft.com/fwlink/?linkid=2173149).
46+
- Variables have to be in use (declared) already for Copilot to use them, it doesn't introduce new variables.
47+
- Preview features aren't meant for production use and might restrict functionality. These features are available before an official release so that customers can get early access and provide feedback.
48+
- More information available in[preview terms](https://go.microsoft.com/fwlink/?linkid=2173149).
4549
- This capability is powered by [Azure OpenAI Service](/azure/cognitive-services/openai/overview).
4650
- This capability is in process of rolling out, and might not be available in your region yet.
4751
- This capability can be subject to usage limits or capacity throttling.

powerapps-docs/maker/data-platform/create-virtual-tables-using-connectors.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Create virtual tables using virtual connectors (Microsoft Dataverse) | Microsoft Docs"
33
description: "Learn how to create virtual tables using virtual connectors in Microsoft Dataverse."
4-
ms.date: 07/02/2024
4+
ms.date: 07/22/2024
55
ms.reviewer: matp
66
ms.topic: article
77
author: NHelgren
@@ -23,6 +23,7 @@ This document covers the new experience using Power Apps (make.powerapps.com) t
2323
- Microsoft SharePoint
2424
- Microsoft Fabric. More information: [Build apps and automations, drive action with insights from Microsoft Fabric](azure-synapse-link-build-apps-with-fabric.md)
2525
- Salesforce (preview)
26+
- Oracle (preview)
2627

2728
You can create a virtual table for Excel using the virtual connector provider by following the legacy process. More information: [Create the virtual table for Microsoft Excel](#create-the-virtual-table-for-microsoft-excel)
2829

@@ -32,6 +33,7 @@ To learn more about supported actions and limitations with the connector, go to:
3233
- [Connector reference for the Microsoft Excel Online Business connector](/connectors/excelonlinebusiness/)
3334
- [Connector reference for the SharePoint Online connector](/connectors/sharepointonline/)
3435
- [Connector reference for the Salesforce connector](/connectors/salesforce/)
36+
- [Connector reference for the Oracle connector](/connectors/oracle/)
3537

3638
## Overview
3739

@@ -157,6 +159,19 @@ Select Add connection:
157159
- **Login URI**: Select either **Production** (default) or **Sandbox**.
158160
- **Salesforce API version**: Select **v41.0** (default) or a later version.
159161

162+
# [Oracle (preview)](#tab/oracle)
163+
164+
[!INCLUDE [cc-beta-prerelease-disclaimer](../../includes/cc-beta-prerelease-disclaimer.md)]
165+
166+
> [!IMPORTANT]
167+
>
168+
> - This is a preview feature.
169+
> - [!INCLUDE [cc-preview-features-definition](../../includes/cc-preview-features-definition.md)]
170+
171+
For Oracle connections, you must provide a server, authentication type, username, password, and a gateway.
172+
173+
Server should be provided in **Server:Port/SID**-format. Notice that the server name or IP-address needs to be accessible from the [on-premises data gateway](/data-integration/gateway/service-gateway-onprem).
174+
160175
---
161176

162177
3. Select **Create**.

powerapps-docs/maker/data-platform/limits-tshoot-virtual-tables.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: NHelgren
55
ms.author: nhelgren
66
ms.service: powerapps
77
ms.topic: conceptual
8-
ms.date: 04/12/2024
8+
ms.date: 07/22/2024
99
ms.custom: template-how-to
1010
contributors:
1111
- psimolin
@@ -105,6 +105,12 @@ The following are limitations for each data source.
105105
- For Salesforce connector limitations, go to [Salesforce connector reference](/connectors/salesforce/).
106106
- Fields that are referencing other Salesforce objects are locked.
107107

108+
# [Oracle (preview)](#tab/oracle)
109+
110+
- For Oracle connector limitations, go to [Oracle connector reference](/connectors/oracle/).
111+
- Oracle table needs to have a primary key defined.
112+
- Oracle table needs to have at least one string type field besides the primary key.
113+
108114
---
109115

110116
## Troubleshooting

0 commit comments

Comments
 (0)