power platform
149 TopicsCopilot Studio Agent Developer Blueprint Survey Opportunity
Microsoft is considering a credential for Copilot Studio Agent Developer, and we need your input through our exam blueprinting survey. The blueprint determines how many questions each skill in the exam will be assigned. Please complete the online survey by January 7, 2026. Please also feel free to forward the survey to any colleagues you consider subject matter experts for this certification. If you have any questions, feel free to contact John Sowles at josowles@microsoft.com or Don Tanedo at dtanedo@microsoft.com. Copilot Studio Agent Developer blueprint survey link: https://microsoftlearning.co1.qualtrics.com/jfe/form/SV_0koFUKnBUrHsKRo30Views3likes0CommentsCopilot Studio Agent Maker Blueprinting Survey Opportunity
Greetings! Microsoft is considering updating a credential for Copilot Studio Agent Maker, and we need your input through our exam blueprinting survey. The blueprint determines how many questions each skill in the exam will be assigned. Please complete the online survey by January 7, 2026. Please also feel free to forward the survey to any colleagues you consider subject matter experts for this certification. If you have any questions, feel free to contact John Sowles at josowles@microsoft.com or Don Tanedo at dtanedo@microsoft.com. Copilot Studio Agent Maker blueprint survey link: https://microsoftlearning.co1.qualtrics.com/jfe/form/SV_6ywl68gw7VmF0IS26Views2likes0CommentsIssue with Listing Tasks from Planner Premium in Power Automate
Hello, I have created both Standard Planner and Planner Premium. When using Power Automate to list tasks, it only retrieves tasks from Standard Planner but not from Planner Premium. I tried using the Microsoft Graph API /planner/plans/{planId}/tasks, but it does not return tasks from Planner Premium. I also checked app permissions in Azure AD and tested the API in Postman and Power Automate, but it still does not work. These methods have been either too complex or have not given any results. Is there any alternative way to list tasks from Planner Premium? Any advice would be greatly appreciated. Thanks401Views3likes3CommentsCreate an Active Student badge on Microsoft Learn
Create an Active Student badge on Microsoft Learn Description: I suggest adding an official Active Student” badge in the Microsoft Community and Microsoft Learn platforms. This badge would Highlight students’ commitment to learning. Encourage continuous participation through visible recognition. Connect learning achievements (Learn) with community contributions (Community Hub). Provide a public credential that can be showcased on a CV or professional profile. Such a symbolic addition would strengthen motivation, visibility, and the bridge between Microsoft Learn and the Community.Solved473Views2likes5CommentsWant to Assist with Exam, Assessment, or Learning Development?
We recently migrated our SME database to LinkedIn. Even if you were a member of our previous database, you need to sign up. If you want to be notified of beta exams and/or have an interest in exam, assessment, or learning development, join our SME database: https://www.linkedin.com/groups/13561088/.187Views2likes2CommentsMicrosoft Teams Loop Feature Request: Automatic Subpage Navigation Links
Feature Overview Request: Add automatic subpage linking functionality to Microsoft Loop that dynamically updates a master/parent page with links to all related subpages. Problem Statement Currently, when users create multiple Loop pages within a workspace or project, there's no automatic way to maintain a centralized navigation system. Users must manually: Copy and paste links between pages Remember to update master pages when creating new subpages Maintain navigation consistency across related pages Keep track of all related pages in large projects This creates maintenance overhead and inconsistent navigation across Loop workspaces. Proposed Solution Auto-Navigation Component Add a new Loop component called "Navigation Links" or "Subpage Directory" that: Automatically detects when new subpages are created within the same workspace Dynamically updates the master page with formatted links to new subpages Categorizes subpages by type, tags, or user-defined groups Maintains link validity and removes broken/deleted page references #MicrosoftLoop #ProductFeedback #Automation #Productivity #Navigation72Views0likes0CommentsDynamic Adaptive Cards
Hello, I'm a teacher and currently trying to build a co-pilot agent for self assessment of an exam or many exams. Therefore I build a Sharepoint list with all the competences for every exam (or more likely going to). With the help of a flow I create a code for an adaptive card. Now I use this flow in a copilot agent to create an adaptive card in a conversation, where the student can do the self assessment. So far I was able to show the adaptive card as I want to but struggling to get the answers of the user. Because I don't create the adaptive card in the topic on it's own but use the output of the flow as a variable, I think some things get a bit more complicated (please correct me if I'm wrong) This would be a part of the JSON of my adaptive card, which I create through the flow. And again the competences are different depending on the exam, so I will always have different id's and I don't know how to handle this. (I cut off some of the items.) { "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "type": "AdaptiveCard", "version": "1.5", "actions": [ { "type": "Action.Submit", "id": "submitSelfAssessment", "title": "Antworten senden", "data": { "action": "submitSelfAssessment", "examId": "Klausur_Vektorrechnung" }, "associatedInputs": "auto" } ], "body": [ { "type": "TextBlock", "text": "Selbsteinschätzung - Klausur_Vektorrechnung", "weight": "Bolder", "size": "Large" }, { "type": "Container", "style": "emphasis", "items": [ { "type": "TextBlock", "text": "Koordinatensysteme", "weight": "Bolder" }, { "type": "Input.ChoiceSet", "id": "ans_Koordinatensysteme_Zeichnen", "style": "expanded", "label": "Zeichnen von einem dreidimensionalen Koordinatensystem. ", "choices": [ { "title": "Sehr unsicher", "value": "1" }, { "title": "Eher unsicher", "value": "2" }, { "title": "Mittel", "value": "3" }, { "title": "Eher sicher", "value": "4" }, { "title": "Sehr sicher", "value": "5" } ], "isMultiSelect": false, "wrap": true }, { "type": "Input.ChoiceSet", "id": "ans_Koordinatensysteme_Punkte", "style": "expanded", "label": "Ich kann Punkte in ein Koordinatensystem eintragen und die Koordinaten richtig ablesen. ", "choices": [ { "title": "Sehr unsicher", "value": "1" }, { "title": "Eher unsicher", "value": "2" }, { "title": "Mittel", "value": "3" }, { "title": "Eher sicher", "value": "4" }, { "title": "Sehr sicher", "value": "5" } ], "isMultiSelect": false, "wrap": true }, { "type": "Input.ChoiceSet", "id": "ans_Koordinatensysteme_AbstandMittelpunkt", "style": "expanded", "label": "Ich kann Abstände und Mittelpunkte berechnen", "choices": [ { "title": "Sehr unsicher", "value": "1" }, { "title": "Eher unsicher", "value": "2" }, { "title": "Mittel", "value": "3" }, { "title": "Eher sicher", "value": "4" }, { "title": "Sehr sicher", "value": "5" } ], "isMultiSelect": false, "wrap": true } ] }, { "type": "Container", "style": "emphasis", "items": [ { "type": "TextBlock", "text": "Vektoren", "weight": "Bolder" }, { "type": "Input.ChoiceSet", "id": "ans_Vektoren_Definition", "style": "expanded", "label": "Ich kenne die Definition des Begriffes Vektor und kann den Unterschied zu Pfeilen erklären. ", "choices": [ { "title": "Sehr unsicher", "value": "1" }, { "title": "Eher unsicher", "value": "2" }, { "title": "Mittel", "value": "3" }, { "title": "Eher sicher", "value": "4" }, { "title": "Sehr sicher", "value": "5" } ], "isMultiSelect": false, "wrap": true }, I put this into the adaptive card with the expression. Topic.karte is the name of the output variable of the flow. It has the string Version of the code above. And it seems to work, because I can see the adaptive card in the chat. JSON(ParseJSON(Topic.karte)) But now I have no clue how I can get the answers of the self assessment. I created an output: kind: Record properties: Output: type: kind: Record Now I created a message with the expression: JSON(Topic.Output) The message I get is zero. So my conclusion is that it doesn't safe the output correctly. But I have no clue how to fix it or where the actual problem is. So I would be really thankful for any help or advice or some link where I can get some help. And if I did something really stupid, please be gentle to me, I'm just a teacher :D Best regards95Views0likes0Commentsmicrosoft learn programe
I also take courses on Microsoft Learn. In the videos and written tutorials, they explain how to do certain things — for example, in Power Automate. But often, the version of the program I have on my PC is not the same as the one shown in the videos or instructions. This makes learning difficult. It would be very helpful if Microsoft Learn clearly indicated which version of the software is being used in each tutorial or video.69Views0likes0Comments