Tips and tricks
26 TopicsHow to create Copilot Agents using the M365 Biz Chat
Users can effortlessly create simple Copilot agents using the no-code agent builder available within BizChat at Microsoft365.com/chat or in Teams. By providing natural language instructions and utilizing grounding documents stored in SharePoint, these agents adhere to the same security and information protection policies as Microsoft 365 Copilot. All installed agents, including plugins, are conveniently located in the right-side pane within Copilot, ensuring a focused and streamlined chat experience.105Views2likes0CommentsHelp with Conditional Logic for Keyword Detection in Copilot Studio
Hi everyone, I'm working on a project in Copilot Studio and need some help with setting up conditional logic to detect keywords in user questions. Specifically, I want the system to respond differently when a question contains certain keywords, such as "FORD". Here’s what I’m aiming to do: When a question includes the keyword "ford", I want to activate a specific set of knowledge resources or responses. If the question does not contain this keyword, I want it to trigger a different response path. I've tried using functions like contains and IndexOf, but Copilot Studio doesn’t seem to recognize them. I’m looking for a way to implement this logic or an alternative approach to achieve similar results. Is there a built-in function in Copilot Studio that allows checking for keyword presence in a string? Or are there any workarounds for implementing this type of keyword-based branching? Any help or guidance would be greatly appreciated. Thank you!121Views0likes4CommentsCopilot+ PC keyboard - How to make the "Copilot button" work with Microsoft 365 Copilot
Hi All, I am using a Lenovo ThinkPad T14s Gen 6 - 14" - Qualcomm Snapdragon X Elite - X1E-78-100 - 32 GB RAM - 1 TB SSD - Nordic. It has the Copilot+ PC keyboard with the "Copilot button". I also have a Microsoft 365 E5 license and the add-on Microsoft 365 Copilot license. I am seeking guidance on how to configure the "Copilot button" on my Copilot+ PC. I have noticed that this button reacts differently on various devices, and I understand that it may connect to different versions of Copilot, from the “Home” version to the Microsoft 365 Copilot Enterprise version. Specifically, I am looking for a Microsoft guide or any instructions on how to configure the "Copilot button" so that it brings up the Copilot on my device, rather than acting as a regular menu button. My assumption is that some of the configuration can be done locally on the device, while other settings might need to be adjusted in Intune. Thank you for your assistance.54Views0likes0CommentsMicrosoft copilot stops while giving a response.
Why is this happening? Is there a solution for this? It just stops while giving response. And it has happened several times. And you can't even give prompt to continue from there. You should restart it. Does anyone have a solution for this? and I have restarted and reinstalled it 1000 times.1.7KViews0likes6CommentsUploading a .txt file and asking to turn its contents to a table
Hello, I have a configuration file for a software program in .txt format. My intention is to put the configurations in the file into a table. If I try to insert the entire .txt file, and ask Copilot to extract its contents to an excel file I get the answer, "I couldn't extract any data from the file DAT01234_abcd.txt. Could you check if the file name is correct or if the file contains readable information? If you need more details or assistance, let me know!" What could be causing this?14Views0likes0CommentsTrying to use a user input within a DAX query
Hello Everyone. Currently trying to use a userinput made in Copilot studios from the user and implementing it in the DAX query. However it is not working. Do any of you have some knowledge on how to succeed? code snippet. DEFINE VAR UserInput = Var2 EVALUATE TOPN( 100, SELECTCOLUMNS ( FILTER ( 'Table', 'Table'[Adresse] = UserInput ), "Ejendom", 'Table'[Ejendom], "Adresse", 'Table'[Adresse] ) )15Views0likes0Comments