power platform
143 TopicsMicrosoft 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 #Navigation37Views0likes0CommentsDynamic 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 regards47Views0likes0Commentsmicrosoft 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.41Views0likes0CommentsMS 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.52Views0likes0CommentsPower Platform Community Conference 2025
Hello all, Is anyone going to the Power Platform Community Conference? It would be great to have some discussions around credentials and more! If any of you are thinking at registering - as a speaker I can share my discount code MVPVLAD to save 100$ off the registration! https://powerplatformconf.com/#!/register?utm_term=MVPVLAD84Views1like0CommentsAI Business Solution Architect blueprint survey opportunity
Greetings! Microsoft is considering developing certification for AI Business Solution Architects, 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 May 29th, 2025. 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 Rohan Mahadevan at rmahadevan@microsoft.com or John Sowles at josowles@microsoft.com. Microsoft Power Platform Developer blueprint survey link: https://microsoftlearning.co1.qualtrics.com/jfe/form/SV_8BuEWH7BdgyudP8104Views1like0Comments🎉 Exciting Opportunity! Share Your Experience with Microsoft's Fundamentals Certification Exams! 🎉
🎉 Exciting Opportunity! Share Your Experience with Microsoft's Fundamentals Certification Exams! 🎉 Have you taken a Microsoft Fundamentals Certification exam? Whether you passed or didn't quite make it, we want to hear from you! Your insights are incredibly valuable and can help shape the future of Microsoft's credentialing experiences. 🕒 Just 5 Minutes of Your Time! 🕒 By completing this quick survey: https://tes.decipherinc.com/survey/selfserve/146d/250400?list=1, you can make a huge impact. Your feedback will directly influence how we improve and enhance our certification process. 📅 Deadline: May 4📅 Don't miss out on this chance to share your thoughts and make a difference. Click the link below to get started: https://tes.decipherinc.com/survey/selfserve/146d/250400?list=1 Complete the survey today! We are running the survey until May 4 or until we have 600 responses, whichever comes first. If you want your voice heard, don't delay!! Thank you for your time and valuable feedback! Let's make Microsoft's certification experience better together! 🚀243Views4likes1Comment