Skip to content

Commit 8a374d9

Browse files
authored
Merge branch 'main' into winona-startup-app
2 parents e7afdfb + 5b081df commit 8a374d9

File tree

2 files changed

+17
-20
lines changed

2 files changed

+17
-20
lines changed

powerapps-docs/user/keyboard-shortcuts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Keyboard shortcuts give you an alternate way to do common tasks instead of using
2727

2828
|Type | Shortcut key | Description |
2929
|----------------------|-------------------------|-----------------------------|
30-
| General | F2 | Activates the flyouts inlcuding toast notifcations. |
30+
| General | F2 | Activates the flyouts including toast notifcations. |
3131
| Landmark | Ctrl+F6 | Navigates you through the landmarks of a page in clockwise order. Remembers the last selected item in each landmark and will navigate to that last item. |
3232
| Landmark | Ctrl+F6+Shift | Navigates you through the landmarks of a page in counter clockwise order. Remembers the last selected item in each landmark and will navigate to that last item. |
3333
| General | Ctrl+[ or Ctrl+Shift+[ | Set the focus on first focusable element of the main page|
Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Draft well-written input text with Copilot (preview)
3-
description: Learn how users can use Copilot to quickly generate well-written text that can be used as input text in text boxes in apps made with Power Apps.
2+
title: Draft well-written, input text with Copilot (preview)
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.
44
ms.date: 01/11/2024
55
ms.custom:
66
- responsible-ai-faqs
@@ -14,21 +14,28 @@ ms.collection:
1414
- bap-ai-copilot
1515
search.audienceType:
1616
- enduser
17-
1817
---
1918

2019
# Draft well-written input text with Copilot (preview)
2120

2221
[This article is prerelease documentation and is subject to change.]
2322

24-
Users can use Copilot to quickly generate well-written text that can be used as input text in text boxes in canvas apps. Using Copilot saves time for users as they won’t have to worry about creating well-written text themselves that meets grammar rules. Copilot is especially helpful for users who are using apps that aren’t in their native language.
23+
You can use Copilot to quickly generate well-written text to use as input text in text boxes in canvas apps. Using Copilot saves time because you won’t have to worry about creating text that meets grammar rules. Copilot is especially helpful for users who are using apps that aren’t in their native language.
2524

26-
When a user is trying to quickly input text into multi-line text boxes or rich text editors in a canvas app, the user might worry about forming complete sentences and having grammatically correct text. With the assistance of Copilot, a user can quickly jot down their ideas in a text box without worrying about format and grammar. Copilot corrects grammar errors and eloquently refines the user's ideas. The user can also change the tone and length of the output to fit the scenario.
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.
2726

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).
29+
> - This capability is powered by [Azure OpenAI Service](/azure/cognitive-services/openai/overview).
30+
> - This capability may be subject to usage limits or capacity throttling.
31+
> - Copilot isn't supported and won't work for environments that have customer-managed key (CMK) or have lockbox.
32+
> - 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.
33+
> - This feature is in the process of rolling out, and may not be available in your region yet.
34+
> - For more information about the preview, go to our [preview terms](https://go.microsoft.com/fwlink/?linkid=2189520).
2835
2936
## Use this feature
3037

31-
1. Insert your cursor into a multi-line text box or rich text editor in a canvas app.
38+
1. Insert your cursor into a multiline text box or rich text editor in a canvas app.
3239
1. Select the **Draft with Copilot** icon, and then select the **Draft with Copilot** option.
3340
2. Insert text into the text box. For example, you can quickly jot down an idea.
3441

@@ -44,33 +51,23 @@ When a user is trying to quickly input text into multi-line text boxes or rich t
4451

4552
## Turn off text assistance in web player
4653

47-
Makers can turn off this feature on a per app basis within app settings using the [Power Apps](https://make.powerapps.com) maker portal.
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.
4855

4956
1. Sign in to [Power Apps](https://make.powerapps.com).
5057
1. On the left navigation pane, select **Apps**.
5158
1. Select a canvas app and then select **Settings** on the command bar.
5259
1. On the **App settings** pane, set the toggle for **Text assistance in web player (preview)** to **Off**.
5360
1. Select **Save**.
5461

55-
Power Platform admins can turn off this feature on a per environment basis using Windows PowerShell **Set-EnvironmentCopilotSettings** cmdlet.
62+
Power Platform admins can turn off this feature on a per-environment basis using Windows PowerShell **Set-EnvironmentCopilotSettings** cmdlet.
5663

5764
```powershell
5865
$Set-AdminPowerAppEnvironmentCopilotSettings -EnvironmentName 'EnvironmentName' -AppDraftingCopilotEnabled $false
5966
```
6067

61-
62-
> [!IMPORTANT]
63-
> - 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).
64-
> - This capability is powered by [Azure OpenAI Service](/azure/cognitive-services/openai/overview).
65-
> - This capability may be subject to usage limits or capacity throttling.
66-
> - Copilot isn't supported and won't work for environments that have customer-managed key (CMK) or have lockbox.
67-
> - 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.
68-
> - This feature is in process of rolling out, and may not be available in your region yet.
69-
> - For more information about the preview, go to our [preview terms](https://go.microsoft.com/fwlink/?linkid=2189520).
70-
7168
## Known issue
7269

7370
**Error**: There was a problem using this description. Try again.
7471

75-
**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 have not given the system enough information to properly generate output. Add more details to try again.
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.
7673

0 commit comments

Comments
 (0)