52
questions
0
votes
0
answers
24
views
Repeated Prompt in copilot studio Not Triggering Expected Response for Same Input
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 ...
-1
votes
0
answers
40
views
Microsoft Copilot Action only responds to my query the first time and fails on repeated prompts – how to retain context?
I'm using Microsoft Copilot in Copilot Studio with Actions to retrieve attendance records for a specific employee via an API. When I query the first time, Copilot responds correctly. However, when I ...
0
votes
0
answers
51
views
How to connect MySQL database to Microsoft copilot studio
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?
0
votes
0
answers
51
views
Confluence connection to Copilot within Teams
Does anyone is using copilot within teams and implemented the confluence-cloud connection? The last integration i have made was the jira <-> copilot integration which worked pretty smooth. ...
1
vote
1
answer
54
views
Is it possible to implement Microsoft Copilot into my own React website?
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 ...
0
votes
0
answers
18
views
Can you ask Copilot questions with the trial version of https://api.copilot.com/v1/?
So I created my key for Copilot and I can query say the clients...and this works great using curl. eg
curl --request GET \
--url 'https://api.copilot.com/v1/clients?limit=100' \
--header 'X-API-...
0
votes
0
answers
31
views
Is there a way to query Power Apps data from Copilot Studio?
I'm trying to build a simple copilot that answers questions and can perform aggregations on my data.
I read that Copilot Studio doesn't handle aggregations well. So I built a Power Apps application, ...
0
votes
0
answers
31
views
Can a static JSON API be used with Microsoft Copilot Studio?
I'm using a Power Apps custom connector to connect a static JSON API hosted at https://fabricembeddedreport.azurewebsites.net/tapal-test/jsontest.json. While it works with Azure Functions, it's not ...
0
votes
0
answers
91
views
Microsoft Copilot Studio - Add an API for a custom connector is diabled
I am trying to explore Microsoft Copilot Studio. While adding a custom action, "Add an API for custom connector button" is disabled. Could you please help me how to enable this?
Add Custom ...
0
votes
0
answers
53
views
Copilot Studio - Property of type String or Blank in record schema definition
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 ...
0
votes
1
answer
288
views
Copilot Studio - how can I save/convert a choice Variable as/to a string?
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 ...
0
votes
0
answers
35
views
Get non-used GitHub Copilot licenses in an organization by API
Does anyone know how to get all GitHub Copilot licenses including the non-activated GitHub Copilot by API?
If someone also knows how to get only the licenses that haven't been activated, I'll be happy ...
0
votes
0
answers
17
views
How to Autopopulate Contact in D365 Contact Centre Using Copilot
I am working on a process where I'd like to autopopulate a contact in the D365 Contact Centre based on the details provided by Copilot. Could you provide guidance or best practices for integrating ...
0
votes
1
answer
44
views
Maintaining Context Between Model-Driven App and Custom Copilot Chat Interface
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 ...
0
votes
0
answers
35
views
How do I configure Microsoft Copilot for a multitenant app with PKCE?
I am configuring Microsoft Copilot for a multitenant application that uses PKCE in its OAuth 2.0 flow. What steps and configurations are required to enable secure cross-origin authorization code ...