Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
3 replies
84 views

I have created a copilot VA agent and i want to integrate it with my react app published as a teams app. The authentication for the copilot VA agent should happen automatically for the logged in teams ...
surag's user avatar
  • 103
0 votes
0 answers
43 views

I'm trying to create a Custom Engine Agent for Copilot. I have set up a bot, an app registration, and a manifest file. When I run the service locally using DevTunnel, everything works fine—the bot ...
Md-Mehedi's user avatar
0 votes
0 answers
35 views

I have an MCP server hosted in an Azure Function. The server is added as a tool to a Copilot agent using an MCP APi key, and works fine. But, I'd like to get the copilot user context to do ...
wmmhihaa's user avatar
  • 963
0 votes
0 answers
57 views

I'm trying to create an app/agent for teams and Microsoft 365 copilot. I already have my users authenticated via Microsoft Entra External ID for my web app. I'd like to use the same process here like ...
Selva's user avatar
  • 996
2 votes
1 answer
562 views

I am running Windows 11 Pro 64-bit 24H2. When I press WIN+C (the shortcut to show Copilot), I get this screen asking me to sign in Copilot. This IMO shows that Copilot is installed on my machine. Now ...
user1580348's user avatar
  • 6,099
0 votes
1 answer
321 views

I'm encountering an issue while testing a custom connector in Copilot Studio. The connector is successfully tested in the Custom Connector Test tab, and it returns a valid HTTP 200 response with the ...
Mamta Patil's user avatar
0 votes
0 answers
383 views

I’m working on a Python application that integrates with Microsoft 365 Copilot APIs. My goal is to use Copilot (or a related API) to perform web-grounded responses (i.e., public web search similar to ...
Banng's user avatar
  • 531
1 vote
0 answers
52 views

I'd like to remove the 'Draft with Copilot' option from the front end of an app I am building within Power Apps for Teams. I have found this article but because I am using a Teams environment I don't ...
Jules's user avatar
  • 11
0 votes
1 answer
2k views

I'm integrating a Microsoft Copilot Studio agent into my company's custom groupware web app (C#), and I want to avoid showing any Microsoft login popups or authentication prompts inside the chat. My ...
손동진's user avatar
0 votes
0 answers
235 views

I've built a custom connector in Power Automate based on an ASP.NET Core Web API for use in Copilot Studio with Generative AI Actions enabled. The connector itself tests fine in the Power Automate '...
John Park's user avatar
  • 376
2 votes
0 answers
188 views

For decades, I have used a C program to do keystroke mapping in Windows. I decided to try Microsoft's Copilot in case it would give me any speedup ideas. (My program only re-maps keys if the <...
Mike Maxwell's user avatar
0 votes
0 answers
111 views

I have done a ton of research and Googling on this but can't find a solution. I am trying to create a CoPilot agent that will read in a Python script and then answer questions regarding the contents ...
mjoy's user avatar
  • 700
0 votes
0 answers
183 views

I’m facing an issue where I’ve set up an inactivity trigger to detect when a user hasn’t provided input for 3 minutes. When this happens, a message is displayed, and the user should return to where ...
Rik's user avatar
  • 42
0 votes
0 answers
24 views

I've written a Laravel application that generates content for documents and inserts it into existing Word templates using PHPWord. My desired approach is pretty simple: I generate the content that I ...
Cornel Verster's user avatar
0 votes
1 answer
2k views

Microsoft Learn documentation outlines how to export and import agents using what they call custom 'solutions.' You attach a copilot agent to the solution and you can push that agent to UAT or prod ...
Logan's user avatar
  • 15
1 vote
0 answers
507 views

I’m running into an issue with Copilot Studio where enabling generative answers seems to override or remove my company-specific data and the Azure OpenAI connection. Desired Behavior: • Copilot should ...
james's user avatar
  • 59
1 vote
2 answers
109 views

I have a fairly simple copilot bot with a python-fastapi azure bot service in azure added as a skill doing passthrough of messages. When I use the send_activities method on the turn_context object, ...
Optimus's user avatar
  • 1,682
0 votes
2 answers
388 views

I created a declarative M365 copilot agent using Teams Toolkit and want to share it with my team. Currently, I can only access this agent by uploading a custom app package to Teams, but it is not ...
shiying chen's user avatar
2 votes
0 answers
1k views

I am trying to create a AI Agent in Copilot Studio just to understand what it is capable of. I want to connect it up to a Azure SQL DB so I can ask it questions such as "How many orders have ...
Steve's user avatar
  • 163
0 votes
1 answer
78 views

I am using the following copilot studio sample SharePointSSOComponent When I install it on site, it works. But, after some period of time (e.g one day), it stops working and the bot it keeps loading. ...
G.Mich's user avatar
  • 1,694
-1 votes
1 answer
662 views

I want to automatically press Enter (select generic shell command) Enter (Copy command to clipboard) Up (Move cursor to Exit) Enter (Exit gh cli) so I can Ctrl+V to paste the suggested terminal ...
Han Qi's user avatar
  • 517
0 votes
0 answers
235 views

I have .NET code with websocket connectivity. When I'm testing this in the emulator, it is working perfectly. But when I deploy this to Azure and add this as a skill in copilot, when I trigger it, for ...
Shanmukha Reddy's user avatar
1 vote
2 answers
866 views

I'm working with COPILOT STUDIO to retrieve employee attendance data by employee ID. When I enter a prompt like "give me attendance for employee ID 60005218," the bot successfully returns ...
maztt's user avatar
  • 12.4k
0 votes
2 answers
1k views

I have a Copilot Studio chatbot. I want to be able to connect a MySQL database to Copilot Studio chatbot to be able to ask questions. Is there a way to do this or something similar?
Umar 's user avatar
2 votes
1 answer
347 views

I have little working knowledge of AI chatbots in general and have been trying to research this but I am having trouble. I know it is possible to implement ChatGPT into React/Typescript but I wasn't ...
npfist's user avatar
  • 125
2 votes
1 answer
493 views

In Copilot Studio, I'm receiving an object from an HTTP response where one of the properties can be either a string value or blank (null). However, I can't figure out how to define that type in the ...
Alex's user avatar
  • 341
1 vote
1 answer
5k views

What I'm doing: I'm currently trying to create a chatbot in Copilot Studio for internal Orders. User can select which Product they want to buy. What I want: The copilot should give a list of options ...
SMCthat's user avatar
  • 11
0 votes
1 answer
153 views

I'm developing a model-driven app using Microsoft Power Apps and have extended the side pane to include a custom Copilot chat interface. The chat works as intended, but I'm facing challenges with ...
Rohith Korupalli's user avatar
0 votes
1 answer
417 views

I am trying to integrate my Azure OpenAI chat to copilot studio via the "Deploy" option, so that in copilot studo I can use MS teams channel to implement the chatbot in teams. However, when ...
Mohammed Arif's user avatar
-1 votes
1 answer
80 views

We have an on-premise file system product. You can think of like Dropbox that runs on-premise. Our users have their own files, and they can also share these files with other users within the ...
Thorux's user avatar
  • 225
0 votes
1 answer
317 views

I have a logic app that sends a request to copilot to reformat a piece of code. I have a large number of code blocks to convert using copilot (~1000) so I am trying to query copilot in a loop however ...
ajnabz's user avatar
  • 308
1 vote
1 answer
619 views

My copilot studio is integrated with Azure Open AI (gpt-35-turbo) for Generative Answers. I have configured the settings directly Copilot Studio Web and not used any APIs. I would like my "...
Manisha's user avatar
  • 11
0 votes
0 answers
186 views

I am trying to extract the results after commencing the web search for a keyword in copilot. I am able to locate the search bar, but I am unable to locate the search results on the website. I am ...
dhruvesh gharda's user avatar
0 votes
1 answer
2k views

Anytime I try to run my copilot, which accesses a power automate flow through an action, it prompts me to re-establish the connection. When I try to establish the connection, it loads and stays stale. ...
user26312424's user avatar
0 votes
1 answer
79 views

I am trying to create an Outlook addin and was wondering how copilot has other UI elements in Outlook that allow the user to interact with it. Below you can see in Outlook Desktop Mac there is a way ...
gaz's user avatar
  • 11
0 votes
1 answer
2k views

I am seeking assistance with an issue I encountered while trying to log into the Copilot Studio bot authenticated using AAD authentication. Upon attempting to access the bot, I received the following ...
Rik's user avatar
  • 42
0 votes
1 answer
429 views

I am currently trying to access the entraID access token via an http POST on Copilot Studios: Currently my Post looks as such: POST https://login.microsoftonline.com/common/oauth2/token Body: { "...
user25086925's user avatar
2 votes
1 answer
2k views

Within the following JSON, I want to place variables to store titles or categories in Copilot Studio. What is the process to be able to take the variables within the JSON? What is the way to call ...
Keiver Marlon Salas Gonzalez's user avatar
1 vote
1 answer
3k views

I've created a topic in Microsoft Copilot studio that makes an authenticated HTTP request to an external service. Authenticate is the first step in that flow, and I am able to retrieve a valid access ...
Adam Jenkins's user avatar
  • 56.3k
0 votes
1 answer
101 views

I couldn't find the option to cancel this in the settings,I have read the relevant documents and have not found any relevant methods. Do you have any relevant experience that can solve my problem.
陈子豪's user avatar
0 votes
1 answer
677 views

I am trying to populate a ParsedDate field in an Azure Search Index so that I can later on create a scoring profile to improve the search results (using Freshness). I defined the index, skillset and ...
E.Brum's user avatar
  • 51
-1 votes
1 answer
193 views

I saw that to get Copilot, at least the preview, for Fabric, we should have a minimum of F64. Is it true for GA as well or will Copilot be available at lower SKUs (F32) at that time ? Another question,...
Ahan's user avatar
  • 21
-2 votes
1 answer
159 views

We want people to OCR in to Microsoft Power Automate and it happens but we want to present this in a dynamic way. We use it to recognize text in an image or a PDF document and thats work properly but ...
Darshan Dholakiya's user avatar
0 votes
1 answer
1k views

I cannot find a way to add a delay in this topic. The documentation is not useful at all. I tried using this doc and searched many other options, but I'm missing something. It s literally the same as ...
Lucian Andrita's user avatar
1 vote
0 answers
337 views

I am working on Microsoft Copilot and would like to connect to Zendesk for escalation. I am trying to do it with customer engagement hub, but there is nothing which help me to do the configuration. ...
user23550638's user avatar