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: articles/automation-center-copilot.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Use Copilot in automation center
3
3
description: Use Copilot to analyze flow runs, work queues, and ask general product questions in natural language.
4
4
ms.topic: conceptual
5
-
ms.date: 01/21/2025
5
+
ms.date: 01/29/2025
6
6
ms.author: appapaio
7
7
ms.reviewer: dmartens
8
8
contributors:
@@ -42,7 +42,7 @@ Copilot in automation center is able to answer questions about the following fou
42
42
| 1 | Cloud flow run logs | Cloud flow run status, trigger type, run duration, failure rate. |
43
43
| 2 | Desktop flow run logs | Desktop flow run status, used machine, run mode, failure rate. |
44
44
| 3 | Work queue data | Work queue items statuses, service level agreement (SLA) attainment, processor counts. |
45
-
| 4 | Documentation (generative answers) | General Power Automate feature questions such as *how to analyze activity with Copilot*. |
45
+
| 4 | Documentation (generative answers - preview) | General Power Automate feature questions such as *how to analyze activity with Copilot*. |
46
46
47
47
The first three skills in the prior table translate natural language queries (questions) entered by users into Microsoft Dataverse [FetchXML](/power-apps/developer/data-platform/use-fetchxml-construct-query) query syntax. This translation allows users to easily retrieve information about their automation data by asking questions in natural language. Additionally, Copilot determines the most suitable output visualization, such as a table, pie chart, bar chart, or line chart, to effectively present the insights and information to the user.
48
48
@@ -116,7 +116,7 @@ This section provides example prompts you can use as a starter prompt for your o
116
116
- Who were the top 10 users running flows last month?
117
117
- When and by whom were desktop flows modified last week?
118
118
119
-
### Documentation (generative answers)
119
+
### Documentation (generative answers - preview)
120
120
121
121
- How can I add a condition in Power Automate desktop?
122
122
- Can cloud flows handle approvals and decision-making processes?
@@ -128,7 +128,7 @@ In the context of AI, *multi-turn* prompts allow you to have an ongoing conversa
> - When engaging in a multi-turn conversation, Copilot keeps track of the 10 most recent questions only. This means that Copilot starts clearing the prompts that were entered first and only keeps the latest 10. To improve response quality, we suggest limiting your follow-up questions or more frequently restart the chat. For more information, see [Clear previous prompt context to start over](#clear-previous-prompt-context-to-start-over).
133
133
134
134
#### Example
@@ -156,8 +156,6 @@ You can influence Copilot's output format by asking for explicit output types li
156
156
157
157
If you wish to reset the conversation with Copilot, select the three dots `...` next to the copilot name, and then select **New chat**.
158
158
159
-
:::image type="content" source="media/automation-center/copilot-new-chat.png" alt-text="Screenshot of the New chat option in Copilot to reset a conversation." lightbox="media/automation-center/copilot-new-chat.png":::
160
-
161
159
### Edit and rerun FetchXML queries returned by Copilot
162
160
163
161
You can fine-tune the queries returned by Copilot through in-place edits in the code area. Just change the code to match your new search criteria and select **Run**. To illustrate, let's consider the following prompt:
@@ -272,7 +270,7 @@ The following list contains known limitations of Copilot in automation center.
272
270
- Copilot might return wrong or incomplete data and FetchXML queries.
273
271
- Copilot is initially only capable to answer questions about desktop flow activity, cloud flow activity, work queues, and general product feature questions of Power Automate.
274
272
- In multi-turn conversations, Copilot keeps context of the last 10 question only. If you encounter wrong or incomplete results, consider [resetting the conversation](#clear-previous-prompt-context-to-start-over).
275
-
- Multi-turn conversations aren't supported for generative answers (documentation skill).
0 commit comments