power platform
228 TopicsWant 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/.17Views0likes0CommentsMicrosoft 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 #Navigation44Views0likes0CommentsDynamic 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 regards54Views0likes0Commentsmicrosoft 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.45Views0likes0CommentsMS Cert PL-900 cannot access Sandbox HELP... exam coming up
I tried accessing the Sandbox for the MS Certification Exam PL-900 and I'm not sure how to practice in that sandbox nor am I sure if I'm accessing it correctly. Not sure how to proceed. In the sandbox instructions they talk about doing things with Azure (not familiar with direct use and it's not in the PL-900 training). If I access it with the gmail account I made for the certification process I get an error saying: "An error occured when trying to fetch resources. Additional details from the underlying API that might be helpful: Token validation failed. A passthrough token was detected without proper resource provider context - request correlation identifier '4bb88099-7e1b-4d35-ae9b-bbb24b9d0cde' (Code: PassthroughTokenValidationFailed)" HOWEVER if I use my work account (and I don't think I should have to) I get this error: "An error occured when trying to fetch resources. Additional details from the underlying API that might be helpful: Please provide below info when asking for support: timestamp = 2025-07-31T14:26:53.3890981Z, correlationId = 256ec563-5baf-48b5-a0ed-93b3d71ba199. (Code: AccessDenied) Access is denied to the requested resource. The user might not have enough permission. (Code: AccessDenied) Try refreshing the page. Your resources aren't affected by the issue, we're just having trouble showing this view right now. To see a list of resources, select Simplified View." AND WHEN I CLICK ON SIMPLIFIED VIEW (this is from my work account) I get the Welcome to Azure screen with 3 options, Start with a free trial, Manage Microsoft Entra ID (which I can view or learn more) and Azure for Students. AGAIN Not sure what to do here.56Views0likes0Comments