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/developer/data-platform/build-and-package.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Build and package plug-in code
3
3
description: Learn about building plug-in code into assemblies and packages for later registration and upload to the Microsoft Dataverse service.
4
-
ms.date: 11/02/2023
4
+
ms.date: 02/20/2024
5
5
ms.reviewer: pehecke
6
6
ms.topic: article
7
7
author: divkamath
@@ -73,7 +73,6 @@ When you register individual plug-in assemblies without the dependent assemblies
73
73
The following limitations apply when using plug-in dependent assemblies.
74
74
75
75
-[Workflow extensions](workflow/workflow-extensions.md), also known as *custom workflow activities* aren't supported when using the dependent assemblies capability.
76
-
- Plug-ins for virtual table data providers aren't supported.
77
76
- On-premises environments aren't supported.
78
77
- Un-managed code isn't supported. You can't include references to unmanaged resources.
Copy file name to clipboardExpand all lines: powerapps-docs/user/well-written-input-text-copilot.md
+30-12Lines changed: 30 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Draft well-written, input text with Copilot (preview)
3
3
description: Learn how to use Copilot to quickly generate well-written text that can be used in text boxes in apps made with Power Apps.
4
-
ms.date: 01/11/2024
4
+
ms.date: 02/20/2024
5
5
ms.custom:
6
6
- responsible-ai-faqs
7
7
ms.topic: article
@@ -25,7 +25,8 @@ You can use Copilot to quickly generate well-written text to use as input text i
25
25
When trying to quickly input text into multiline text boxes or rich text editors in a canvas app, you might worry about forming complete sentences and having grammatically correct text. With the assistance of Copilot, you can quickly jot down ideas in a text box without worrying about format and grammar. Copilot corrects errors in grammar and eloquently refines your ideas. You can also change the tone and length of the output to fit the scenario.
26
26
27
27
> [!IMPORTANT]
28
-
> - To use this feature, your admin must allow data movement across regions. Your environment must also be in a supported region. For information about supported regions and how to allow data movement across regions, see [Enable copilots and generative AI features](/power-platform/admin/geographical-availability-copilot).
28
+
> - To use this feature, your environment must be in a US region.
29
+
> - To use this feature, the browser language must be US English.
29
30
> - This capability is powered by [Azure OpenAI Service](/azure/cognitive-services/openai/overview).
30
31
> - This capability may be subject to usage limits or capacity throttling.
31
32
> - Copilot isn't supported and won't work for environments that have customer-managed key (CMK) or have lockbox.
@@ -36,7 +37,7 @@ When trying to quickly input text into multiline text boxes or rich text editors
36
37
## Use this feature
37
38
38
39
1. Insert your cursor into a multiline text box or rich text editor in a canvas app.
39
-
1.Select the **Draft with Copilot**icon, and then select the **Draft with Copilot** option.
40
+
1.The option to **Draft with Copilot**should appear. Select that option.
40
41
2. Insert text into the text box. For example, you can quickly jot down an idea.
41
42
42
43
> [!Note]
@@ -51,23 +52,40 @@ When trying to quickly input text into multiline text boxes or rich text editors
51
52
52
53
## Turn off text assistance in web player
53
54
54
-
Makers can turn off this feature on a per-app basis within app settings using the [Power Apps](https://make.powerapps.com) maker portal.
55
+
You can turn off text assistance on for an app using app setting or PowerShell cmdlet, or an environment using PowerShell cmdlet.
56
+
57
+
> [!NOTE]
58
+
> When using PowerShell cmdlets, you must use Power Apps admin PowerShell module version 2.0.179 or later. More information: [Get started using the Power Apps admin module](/powershell/powerapps/get-started-powerapps-admin).
59
+
60
+
### Turn off text assistance for an app
61
+
62
+
You can use either the app setting, or PowerShell cmdlet to turn this setting off for an app.
63
+
64
+
To turn off for an app using the app settings:
55
65
56
66
1. Sign in to [Power Apps](https://make.powerapps.com).
57
67
1. On the left navigation pane, select **Apps**.
58
68
1. Select a canvas app and then select **Settings** on the command bar.
59
69
1. On the **App settings** pane, set the toggle for **Text assistance in web player (preview)** to **Off**.
60
70
1. Select **Save**.
61
71
62
-
Power Platform admins can turn off this feature on a per-environment basis using Windows PowerShell**Set-EnvironmentCopilotSettings** cmdlet.
**Error**: There was a problem using this description. Try again.
80
+
To turn off text assistance for a specific environment, use the following cmdlet.
71
81
72
-
**Resolution**: This error may be due to capacity limits. We recommend that you give the system some time before trying again. It may also be that you haven't given the system enough information to properly generate output. Add more details to try again.
0 commit comments