Skip to content

Commit 6b9998f

Browse files
authored
Merge pull request #10151 from MicrosoftDocs/jordanchodakWork-patch-7
Create smartGrid
2 parents 1f754b7 + 57c630e commit 6b9998f

File tree

2 files changed

+80
-0
lines changed

2 files changed

+80
-0
lines changed

powerapps-docs/maker/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@
5353
href: ../user/app-source.md
5454
- name: Draft well-written, input text with Copilot (preview)
5555
href: ../user/well-written-input-text-copilot.md
56+
- name: Filter, sort, and search galleries with Copilot (preview)
57+
href: ../user/smartGrid.md
5658
- name: 'Use model-driven apps'
5759
items:
5860
- name: Overview

powerapps-docs/user/smartGrid.md

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
---
2+
title: Filter, sort, and search galleries with Copilot (preview)
3+
description: Learn how to use Copilot to quickly sort, filter, and search canvas app galleries using natural language.
4+
ms.date: 05/16/2024
5+
ms.topic: article
6+
ms.component: pa-user
7+
ms.subservice: end-user
8+
author: jordanchodak
9+
ms.author: jordanchodak
10+
ms.reviewer: sericks
11+
search.audienceType:
12+
- enduser
13+
---
14+
15+
16+
# Filter, sort, and search galleries with Copilot (preview)
17+
18+
[This article is prerelease documentation and is subject to change.]
19+
20+
You can use Copilot to quickly sort, filter, and search the items in canvas app galleries. Using Copilot saves time because you won’t have to worry about scrolling through the gallery to find the items you need.
21+
22+
When trying to quickly find the gallery items you need, you might worry about spending time scrolling without success. With the assistance of Copilot, you can quickly use natural language to sort, filter, and search the gallery to find the items you need.
23+
24+
> [!IMPORTANT]
25+
> - This feature is not yet available and is expected to begin rollout as on-by-default in early June. However, if you turn the feature off before the release, the feature should be turned off when it rolls out to you.
26+
> - To use this feature, your environment must be in a region with GPU (graphics processing unit) capacity, or your tenant must have the **Move data across regions** checkbox selected. Learn more: [Turn on copilots and generative AI features](/power-platform/admin/geographical-availability-copilot)
27+
> - To use this feature, the browser language must be US English.
28+
> - This capability is powered by [Azure OpenAI Service](/azure/cognitive-services/openai/overview).
29+
> - This capability may be subject to usage limits or capacity throttling.
30+
> - Copilot isn't supported and won't work for environments that have customer-managed key (CMK) or have lockbox.
31+
> - 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.
32+
> - This feature is designed for galleries that use SharePoint as their sole data source. More data sources will be added to have this capability in the future.
33+
> - For more information about the preview, go to our [preview terms](https://go.microsoft.com/fwlink/?linkid=2189520).
34+
35+
## Use this feature
36+
37+
1. Select an item in the gallery.
38+
2. The option to **Sort, filter, and search with Copilot** should appear. Select that option.
39+
3. Write your desired sort, filter, or search query into the text box or select one of the suggested queries.
40+
> [!Note]
41+
> You must enter the text in English. This feature only supports the English language at this time.
42+
4. Select the **Send** icon.
43+
5. Copilot updates the gallery for you. Review the filters applied. The following options are available:
44+
- If you want to remove any filters you have applied, select the **x** on the tag displaying the filter you want to remove.
45+
- To clear all applied filters, select the trash icon button.
46+
- If you are satisfied with the filters that are applied to the gallery, select **Keep it**. You can always go back and remove or add more filters.
47+
48+
## Turn off gallery filtering in web player
49+
50+
You can turn off gallery filtering for an app or an environment using a PowerShell cmdlet.
51+
52+
> [!NOTE]
53+
> - When using PowerShell cmdlets, you must use the latest Power Apps admin PowerShell module version. More information: [Get started using the Power Apps admin module](/powershell/powerapps/get-started-powerapps-admin)
54+
> - If an admin has turned off this feature at the environment-level, this feature isn't available for any apps in that environment.
55+
> - The PowerShell cmdlets may take up to two hours to take effect.
56+
> - This feature is not yet available and is expected to begin rollout as on-by-default in early June. However, if you turn the feature off before the release, the feature should be turned off when it rolls out to you.
57+
58+
### Turn off gallery filtering for an app
59+
60+
You can use a PowerShell cmdlet to turn this setting off for an app.
61+
62+
To turn off for an app using PowerShell:
63+
64+
```powershell
65+
Set-PowerAppSettings -AppName 'AppName' -CanvasGalleryFilteringCopilotEnabled $false
66+
```
67+
68+
### Turn off gallery filtering for an environment
69+
70+
To turn off gallery filtering for a specific environment, use the following cmdlet.
71+
72+
```powershell
73+
Set-AdminPowerAppEnvironmentCopilotSettings -EnvironmentName 'EnvironmentName' -CanvasAppGalleryFilterCopilotEnabled $false
74+
```
75+
76+
## Known issue
77+
78+
- This feature can't be turned off on a per-tenant basis. It can only be turned off by following the information in [Turn off gallery filtering in web player](#turn-off-gallery-filtering-in-web-player).

0 commit comments

Comments
 (0)