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/user/smartGrid.md
+27-25Lines changed: 27 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Filter, sort, and search galleries with Copilot (preview)
3
-
description: Learn how to use Copilot to quickly filter, sort, and search canvas app galleries using natural language.
3
+
description: Learn how to use Copilot to filter, sort, and search canvas app galleries using natural language.
4
4
ms.date: 06/11/2024
5
5
ms.topic: article
6
6
ms.component: pa-user
@@ -19,54 +19,56 @@ contributors:
19
19
20
20
[This article is prerelease documentation and is subject to change.]
21
21
22
-
You can use Copilot to quickly filter, sort, and search the items in canvas app galleries. Copilot uses a natural language expression to generate a query to the database that scopes the current view of records in a gallery or grid so users can quickly find the records they need.
22
+
You can use Copilot to quickly filter, sort, and search the items in canvas app galleries. Copilot uses a natural language expression to generate a query to the database that scopes the current view of records in a gallery or grid so users can quickly find the records they need.
23
23
24
-
Filter, sort, and search galleries with Copilot supports three key kinds of commands:
24
+
Copilot allows you to filter, sort, and search galleries using three main types of commands.
25
25
26
-
- Filterthe list of records to a specific set with complex criteria. This list includes _and_ and _or_ statements and relational operators such as _equal_, _greater than_, and more).
27
-
- Sortthe list of records, such as in ascending or descending order.
28
-
- Search for a specific set of records using _starts with_ text.
26
+
-**Filter**: Narrow down the list of records using complex criteria, including _and_ and _or_ statements and relational operators such as _equal_, _greater than_, and _more_.
27
+
-**Sort**: Organize the list of records in ascending or descending order.
28
+
-**Search**: Find specific records using _starts with_ text.
29
29
30
-
Copilot doesn't support aggregate queries, for example,_top_, _min_, _max_, _sum_, and _average_, as these answers can't be shown as a list of records.
30
+
Copilot doesn't support aggregate queries, such as_top_, _min_, _max_, _sum_, and _average_, as these answers can't be displayed as a list of records.
31
31
32
32
Filter, sort, and search galleries with Copilot provides five key benefits:
33
33
34
-
- Copilot enables natural language commands. Users can express commands (filter, sort, and search) in natural language. The prompt user interface (UI) helps users formulate sentences by showing different examples of natural language sentences that work.
35
-
-Copilot enables queries over the full query result. Users can filter, sort, and search on fields even if the application doesn't provide UI controls for these tasks. For example, you can search for records even if the application doesn't have a search bar.
36
-
-Copilot saves development time. Authors save time developing apps because they don't need to develop all the UI controls necessary for the app. Instead, they can rely on Copilot for this functionality.
37
-
-Copilot is query safe. It only generates queries that can be run on the server. Authors don't need to worry about whether or not their queries can be delegated.
38
-
-Copilot keeps private data private. It only works with the data that is normally returned to the application. It doesn't access fields that aren't returned to the app in a gallery/grid or form.
34
+
-**Natural Language Commands**: Copilot enables natural language commands. The prompt user interface (UI) helps users formulate sentences by showing different examples of natural language sentences that work.
35
+
-**Comprehensive Query Capability**: Users can filter, sort, and search on fields even if the application doesn't provide UI controls for these tasks. For example, you can search for records without a search bar in the application.
36
+
-**Time-Saving for Developers**: Authors save time developing apps since they don't need to develop all the UI controls necessary for the app. Copilot handles this functionality.
37
+
-**Query Safety**: Copilot only generates queries that can be run on the server, ensuring that developers don't need to worry about query delegation.
38
+
-**Privacy Protection**: Copilot only generates queries that can be executed on the server, ensuring that developers don't need to worry about query delegation.
39
39
40
40
> [!IMPORTANT]
41
+
>
41
42
> - This feature is not yet available and is expected to begin rollout as on-by-default in late June. However, if you turn the feature off before the release, the feature should be turned off when it rolls out to you.
42
-
> - 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)
43
+
> - 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)
43
44
> - To use this feature, the browser language must be US English.
44
45
> - This capability is powered by [Azure OpenAI Service](/azure/cognitive-services/openai/overview).
45
46
> - This capability may be subject to usage limits or capacity throttling.
46
47
> - Copilot isn't supported and won't work for environments that have customer-managed key (CMK) or have lockbox.
47
48
> - 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.
48
-
> - This feature is designed for galleries that use SharePoint as their sole data source. More data sources are planned to have this capability in the future. SharePoint only supports filter, sort, and search. When this feature is extended to other data sources, this feature will still only support filter, sort, and search.
49
+
> - This feature is designed for galleries that use SharePoint as their sole data source. More data sources are planned to have this capability in the future. SharePoint only supports filter, sort, and search. When this feature is extended to other data sources, this feature will still only support filter, sort, and search.
49
50
> - Filters, sorts, and searches are restricted to actions that can be run on the server—all actions can be delegated. For a complete list of actions that can be delegated for SharePoint, see [Power Apps delegable functions and operations for SharePoint](/connectors/sharepointonline/#power-apps-delegable-functions-and-operations-for-sharepoint).
50
51
> - For more information about the preview, go to our [preview terms](https://go.microsoft.com/fwlink/?linkid=2189520).
51
52
52
53
## Use this feature
53
54
54
-
1. Select an item in the gallery.
55
-
2. The option to **Sort, filter, and search with Copilot** should appear. Select that option.
55
+
1. Select an item in the gallery.
56
+
2. The option to **Sort, filter, and search with Copilot** should appear. Select that option.
56
57
3. Write your desired filter, sort, or search query into the text box or select one of the suggested queries.
57
-
> [!Note]
58
-
> You must enter the text in English. This feature only supports the English language at this time.
59
-
4. Select the **Send** icon.
60
-
5. Copilot updates the gallery for you. Review the filters applied. The following options are available:
61
-
-If you want to remove any filters you have applied, select the **x** on the tag displaying the filter you want to remove.
62
-
- To clear all applied filters, select the trash icon button.
63
-
- If you're satisfied with the filters that are applied to the gallery, select **Keep it**. You can always go back and remove or add more filters.
58
+
> [!Note]
59
+
> You must enter the text in English. This feature only supports the English language at this time.
60
+
4. Select the **Send** icon.
61
+
5. Copilot updates the gallery for you. Review the filters applied. The following options are available:
62
+
-To remove a specific filter, select the **x** on the tag displaying the filter you want to remove.
63
+
- To clear all applied filters, select the trash icon button.
64
+
- If satisfied with the current filters, select **Keep it**. You can always go back and remove or add more filters.
64
65
65
66
## Turn off gallery filtering in web player
66
67
67
68
You can turn off gallery filtering for an app or an environment using a PowerShell cmdlet.
68
69
69
70
> [!NOTE]
71
+
>
70
72
> - 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)
71
73
> - If an admin has turned off this feature at the environment-level, this feature isn't available for any apps in that environment.
72
74
> - The PowerShell cmdlets may take up to two hours to take effect.
@@ -89,7 +91,7 @@ To turn off gallery filtering for a specific environment, use the following cmdl
-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).
97
+
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