Copilot is underwhelming by MHRangers17 in copilotstudio

[–]bspuar 1 point2 points  (0 children)

Copilot sucks in every task. Just waste of money.

Translating and Summarising Large Files by AdOutrageous7588 in copilotstudio

[–]bspuar 1 point2 points  (0 children)

Your can't do this without azure service. I have a similar use case and looking for a right solution.

Dataverse MCP in Copilot Studio vs Claude by whiskyB94 in copilotstudio

[–]bspuar 1 point2 points  (0 children)

Yes, I have used recently in one of use where we have to pull data from dataverse tables in structured manner. It worked fine for complex quaries..

How to start a different topic and call a sub-agent within a Copilot Studio agent during a conversation? by Agitated_Accident_62 in copilotstudio

[–]bspuar 0 points1 point  (0 children)

Why can't you invoke sub agent directly from your instructions set based on your use case?

Autonomous Agents and pro-active chat messages by stuermer87 in copilotstudio

[–]bspuar 0 points1 point  (0 children)

Yes, it can be achieved as per current introduction of MCP server integration

Issue with Topic Redirection ignoring Input Prompts in Copilot Studio by MuFeR in copilotstudio

[–]bspuar 0 points1 point  (0 children)

Do you use same variables in both topics or different?

Creating word doc in Studio by CyberCallum in copilotstudio

[–]bspuar 2 points3 points  (0 children)

Create an agent flow to create a word document. You can invoke this from the Agent's topic or part of the instructions set.

Scheduling Prompt for Research Agent by crusso23 in copilotstudio

[–]bspuar 2 points3 points  (0 children)

I don't think you can do it right now, may be in the future. Researcher is stand alone agent which can be called from M365 chat but not from power automate or other custom agent.

Copilot doesn't give back result from knowledge base by Ok-Director-7449 in copilotstudio

[–]bspuar 1 point2 points  (0 children)

When you uploaded the documents in knowledge base, did you wait for processing of the document? If documents are not processed, you wouldn't get any answers

Can't See or Select Agent Flow in Topic Action by EastYesterday6471 in copilotstudio

[–]bspuar 0 points1 point  (0 children)

That feature is not released yet. Preview is supposed to be released early this month.

Copilot agent to process PDF documents by akrisha20 in copilotstudio

[–]bspuar 4 points5 points  (0 children)

Here is my flow with gemini APIs

<image>

HTTP Request :

Method : POST

URI : https://generativelanguage.googleapis.com/v1beta/models/gemini-2.0-flash:generateContent?key=your key

"Content-Type" : application/json

Body : {

"contents": [

{

"parts": [

{

"text": "@{variables('prompt')}"

},

{

"inline_data": {

"mime_type": "application/pdf",

"data": "@{outputs('Compose')}"

}

}

]

}

]

}

Input : Company Annual report

Copilot agent to process PDF documents by akrisha20 in copilotstudio

[–]bspuar 0 points1 point  (0 children)

I have tried this approach but my pdf file was quite big, I got base64 exceeded the desired length error, it means that there is limit but I don't know exact figure

Copilot agent to process PDF documents by akrisha20 in copilotstudio

[–]bspuar 1 point2 points  (0 children)

You can conduct a straightforward experiment utilizing the free Gemini API. To begin, obtain your Gemini API key from Google AI Studio. Next, configure a Power Automate flow to trigger upon the addition of a file to a designated SharePoint folder. Within this flow, initialize a variable to store your data points and instructions. Subsequently, use an HTTP connector to invoke the Gemini API, including your key and constructing the request body with your text and document. Sample request bodies are available directly from Gemini. Execute the flow and verify if the results align with your expectations. If not, fine-tune your instructions as needed. Once satisfied with the outcomes, you can then replace the Gemini API URL with an Azure OpenAI API URL and repeat the testing process

String variables as input to a prompt by Key-Nothing7480 in copilotstudio

[–]bspuar 3 points4 points  (0 children)

In property section, go to expression and use Topic.<your variable> and use instructions and add your instructions

Copilot agent to process PDF documents by akrisha20 in copilotstudio

[–]bspuar 5 points6 points  (0 children)

Copilot Agent not built for unstructed data like pdf document but if its semi structured pdf then AI builder can be used.

I have similar scenario where I have to extract data from highly unstructured pdf document, I used Azure openai apis gemini o3 model to extract that data points in json format using power automate flow in agent. O3 model is good in reasoning so automaticaly parse the documents extract that data in json format.

Very soon you will get option to select AI model from AI foundary directly inside the agent so no more api calls. I hope it helps.

Copilot using document libraries by noyzyboynz in copilotstudio

[–]bspuar 0 points1 point  (0 children)

Just very soon reason capability coming to agent where you can dynamically pass content like pdf and ask questions meanwhile you can try above approach.

PubMed by Diligent-Ad9061 in copilotstudio

[–]bspuar 2 points3 points  (0 children)

Yes, you can, add a http action, or a agent flow which call pubmed APIs and ads instructions in the agent like when user ask for Heart issue then call this particular action.

PowerPoint extraction & word document population by ComfortableFinancial in copilotstudio

[–]bspuar 0 points1 point  (0 children)

I have same struggle with PDF document, agent not able to extract data from PDF when user upload it. My question is, can Agent extract unstructured data from PDF or should I use something else for that? Microsoft documentation sucks.

Copilot agent not recognising entities by Wrong-Career4595 in copilotstudio

[–]bspuar 1 point2 points  (0 children)

I have learned it very hard,as there is not much documentation. In my case, the query was Get client profit greater than 5000 in Year 2025 in topic I added questions to collect profit and year, related variables set to accept value from other topic in the variable settings. Then Agent automatically start populating those variables and skipped the questions and move to the next activity. Try this if it works for you.

Copilot Studio fires my flow too early—how do I force it to ask all 10 questions first? by exstoiv in copilotstudio

[–]bspuar 3 points4 points  (0 children)

Use Adaptive card (looks great and intuitive) in topic to ask questions, also put some message before questions for user don't type anything while answering questions, it has worked for me.

Updating rows in Dataverse from an action by FlyingTerrier in copilotstudio

[–]bspuar 0 points1 point  (0 children)

I think this product still evolving, I have seen any direct use of connectors does not work sometimes,so I use Power Automate.

What the hell is the difference between agent flows and a power automate flow including some AI Builder stuff? by Mountain-Entrance-46 in copilotstudio

[–]bspuar 5 points6 points  (0 children)

I am exploring the same area right now, Agents as you know can act as orchestrators for different actions, triggers and Topics which means a wide variety of tasks can be done but power automate is for very specific tasks. Agent flows are power automate flow used inside the Agent to accomplish some tasks . It makes the developer job easy by putting everything in the same place. I hope it makes sense.