In a session at CollabDays Finland 2025, Microsoft MVP Terho Antila and Arto Niemi from Locoda tackled one of the most complex challenges facing Power Platform professionals today: how to bring structure, visibility, and automation to sprawling environments powered by AI and Copilot... Continue Reading → The post From Agent Quality to Power Platform Governance – Practical Tool Demos appeared first on Karl-Johan Spiik, Microsoft MVP.| Karl-Johan Spiik, Microsoft MVP
At CollabDays Finland 2025, Microsoft MVP Mikko Koskinen delivered a session that tackled one of the most pressing challenges in the Power Platform ecosystem: how to govern, deploy, and scale Copilot Studio agents responsibly (session slides). With a background in enterprise architecture and hands-on... Continue Reading → The post Mastering Copilot Agent Governance: Strategies for Secure and Efficient Deployment appeared first on Karl-Johan Spiik, Microsoft MVP.| Karl-Johan Spiik, Microsoft MVP
At CollabDays Finland 2025, Microsoft MVP Renato Romão delivered a session that was both deeply technical and highly practical. With nearly five years of experience working with Copilot Studio, Renato brought clarity to a rapidly evolving space: AI-powered automation inside the Power Platform. His... Continue Reading → The post Mastering Autonomous Agents: Tips & Tricks with Copilot Studio appeared first on Karl-Johan Spiik, Microsoft MVP.| Karl-Johan Spiik, Microsoft MVP
There is autonomous Agent handling the recruitment process for applying the job. The Agent takes in the CV, helps the applicant to see what is missing and gives rating how the applicant CV applies to the open job position. Agent... Continue Reading →| Karl-Johan Spiik, Microsoft MVP
Creating a Copilot Studio Agent worked like charm. All topics and AI features worked like promised in the documentation. I was amazed how easy it was to build the Agent functionality – even I had never before done this kind... Continue Reading → The post Errors in Agent development and generative answers appeared first on Karl-Johan Spiik, Microsoft MVP.| Karl-Johan Spiik, Microsoft MVP
Finally my agent knows how to show the user which job positions are available and asking name and CV file. Saving the file is working and also getting the content from the file for the Agent’s use works now. Then... Continue Reading → The post Agent comparing content with knowledge source appeared first on Karl-Johan Spiik, Microsoft MVP.| Karl-Johan Spiik, Microsoft MVP
Added knowledge source and testing if the Agent could read the PDF files in a Dataverse table row but it just gets the file guid, not the contents so knowledge source is not a choice now. I need to create... Continue Reading →| Karl-Johan Spiik, Microsoft MVP
ATTENTION 15.7.2025 Microsoft changed platform and no need to change the file to string bytes anymore – Agent Flow can have parameter type File from now on! I want to upload document in the Copilot Studio Agent chatbot interface and... Continue Reading →| Karl-Johan Spiik, Microsoft MVP
I started to create Recruitment Agent from the beginning. First you need to give all the description and instructions to the Agent. Then there is need to get the knowledge sources for the Agent to query for the Job Positions,... Continue Reading →| Karl-Johan Spiik, Microsoft MVP
When you are building an Agent that takes user input and compares it to something, you need to have the something up and running before start to create the Agent. In my Autonomous Agents scenario there is Recruitment Agent that... Continue Reading →| Karl-Johan Spiik, Microsoft MVP