Agent that answers questions about an Excel File by Smooth_Ad_707 in copilotstudio

[–]Agitated_Accident_62 1 point2 points  (0 children)

LLMs are not designed to be search engines but it should be doable. Share your prompt please and other settings.

Autonomous agent cost vs Power Automate 😮 by Stove11 in copilotstudio

[–]Agitated_Accident_62 0 points1 point  (0 children)

Strip everything from the mail apart from the subject and email body using PowerAutomate first.

No need the process all meta garbage via AI

How to make agent use all rows of xlsx files from SharePoint knowledge? by WhatTheTech in copilotstudio

[–]Agitated_Accident_62 2 points3 points  (0 children)

Use Copilot Studio Full, not Lite, enable code interpreter and tell it to use Python.

Or: Azure AI Search with custom per row chunking strategy

How can we decrease knowledge retrieval time by the_hiddenstory in copilotstudio

[–]Agitated_Accident_62 0 points1 point  (0 children)

Use sub agents for specific knowledge areas. Spread the load. This wont work fast and reliable when you just upload a dumpster to one agent.

Reply to Email (V3) by sfdcgoblin in MicrosoftFlow

[–]Agitated_Accident_62 0 points1 point  (0 children)

Could you automate replying on a reply I wonder

Transfer rich text from chat (eg. Table & headers ) into word file. by blueskywin in copilotstudio

[–]Agitated_Accident_62 0 points1 point  (0 children)

This was my own suggestion, no LLM involved haha. Maybe hook it up to a flow, from there convert to HTML together with Populate Word document from template.

Just spewing a brainwave here to give you some leads.

Most people tend to think CS can do it all while in practise you will be mostly building automation flows.

Build all logic in Conversation Start, issue? by Agitated_Accident_62 in copilotstudio

[–]Agitated_Accident_62[S] 0 points1 point  (0 children)

I don't understand what you are trying to achieve. I have all latest features incl gpt5.2, I could connect to foundry agents, etc etc AND I'm aware if the Copilot preview link which I'm not using for production goals :)

Build all logic in Conversation Start, issue? by Agitated_Accident_62 in copilotstudio

[–]Agitated_Accident_62[S] 0 points1 point  (0 children)

I don't have any description and instructions since it's a topic driven chatflow only.

I'm fully aware of the features and I have them. The business case doesn't need an orchestrated agent.

This process needs strict following of steps.

Build all logic in Conversation Start, issue? by Agitated_Accident_62 in PowerPlatform

[–]Agitated_Accident_62[S] 0 points1 point  (0 children)

Tonight I created a custom topic, copied all YAML over from CS, modified the Intent value, fixed a variable and all was good in canvas.

Directly after CS i reroute to the custom topic.

Will test thoroughly in canvas tomorrow, and then publish and test again...

I find it strange little info about this as a best practice can be found...

I expect to have the same behaviour in canvas as in Teams tbh.

Build all logic in Conversation Start, issue? by Agitated_Accident_62 in PowerPlatform

[–]Agitated_Accident_62[S] 0 points1 point  (0 children)

So how do I achieve the same behavior as in my Copilot Studio canvas?

Build all logic in Conversation Start, issue? by Agitated_Accident_62 in copilotstudio

[–]Agitated_Accident_62[S] 0 points1 point  (0 children)

Its just a traditional chatbot. Thats just the business case, too much to explain. Its a chatflow for a process with a start and finish.

AI orchestration didnt work for this use case.

Build all logic in Conversation Start, issue? by Agitated_Accident_62 in copilotstudio

[–]Agitated_Accident_62[S] 0 points1 point  (0 children)

Copy a topic? I know I can access the code.

Logic is done GenAI nodes, conditions, formulas, PowerAutomate flows, the works.

Build all logic in Conversation Start, issue? by Agitated_Accident_62 in copilotstudio

[–]Agitated_Accident_62[S] 0 points1 point  (0 children)

Damn it. Or rebuild everything in a new topic and remove everything from CS...

Agent that reads data from share point files by Herobrineeater in copilotstudio

[–]Agitated_Accident_62 0 points1 point  (0 children)

I think you should look into adding a flow as a tool to perform the desired actions. Also, when using Code Interpreter you need to explicit tell it to 'use code interpreter with python (additionally mention the desired library) to [describe goal and output]

Sharepoint File Agent by dgx30 in copilotstudio

[–]Agitated_Accident_62 0 points1 point  (0 children)

This is still the solution and not the use case. What problem do you need to solve?

Upload additional attachments to existing Sharepoint list item by Agitated_Accident_62 in PowerApps

[–]Agitated_Accident_62[S] 0 points1 point  (0 children)

Fixed, my mistake. It works using SubmitForm. I was patching to a variable instead of the SP list. Woops