Recent Discussions
Adaptive Cards in Teams channel messages: fixed narrow width — request for width control
Hi Teams Platform team, We post structured status reports as Adaptive Cards into a Teams channel. The card consistently renders at a fixed width of 448 px on a 1080p display at 100% scaling with a maximized Teams desktop client — well below the available channel message stream width. Wide multi-column tables get truncated or wrapped, which significantly hurts readability. What we've tried No card-level `width` property exists in the Adaptive Cards schema. `msteams.width: "Full"` is documented to apply only to Stageview / task module / tab — silently ignored in channel messages (tested). Same payload via three delivery paths — Incoming Webhook, Logic App "Post adaptive card in chat or channel", and Microsoft Graph `POST /teams/{id}/channels/{id}/messages` — all render at the same narrow fixed width. The constraint is in the Teams channel-message renderer, not in any delivery layer. Minimal repro payload (7-column results table; all field names and values replaced with generic placeholders): { "type": "message", "attachments": [ { "contentType": "application/vnd.microsoft.card.adaptive", "content": { "$schema": "https://adaptivecards.io/schemas/adaptive-card.json", "type": "AdaptiveCard", "version": "1.5", "msteams": { "width": "Full" }, "body": [ { "type": "TextBlock", "text": "Pipeline Report — run-001", "weight": "Bolder", "size": "Medium" }, { "type": "Table", "gridStyle": "accent", "firstRowAsHeaders": true, "columns": [ { "width": 2 }, { "width": 1 }, { "width": 2 }, { "width": 1 }, { "width": 2 }, { "width": 1 }, { "width": 1 } ], "rows": [ { "type": "TableRow", "cells": [ { "type": "TableCell", "items": [{ "type": "TextBlock", "text": "Col-1", "weight": "Bolder", "size": "Small" }] }, { "type": "TableCell", "items": [{ "type": "TextBlock", "text": "Col-2", "weight": "Bolder", "size": "Small" }] }, { "type": "TableCell", "items": [{ "type": "TextBlock", "text": "Col-3", "weight": "Bolder", "size": "Small" }] }, { "type": "TableCell", "items": [{ "type": "TextBlock", "text": "Δ Col-3", "weight": "Bolder", "size": "Small" }] }, { "type": "TableCell", "items": [{ "type": "TextBlock", "text": "Col-4", "weight": "Bolder", "size": "Small" }] }, { "type": "TableCell", "items": [{ "type": "TextBlock", "text": "Δ Col-4", "weight": "Bolder", "size": "Small" }] }, { "type": "TableCell", "items": [{ "type": "TextBlock", "text": "Status", "weight": "Bolder", "size": "Small" }] } ] }, { "type": "TableRow", "cells": [ { "type": "TableCell", "items": [{ "type": "TextBlock", "text": "item-a", "size": "Small" }] }, { "type": "TableCell", "items": [{ "type": "TextBlock", "text": "mode-x", "size": "Small" }] }, { "type": "TableCell", "items": [{ "type": "TextBlock", "text": "0.000/0.000","size": "Small" }] }, { "type": "TableCell", "items": [{ "type": "TextBlock", "text": "+0.00%", "size": "Small", "color": "Good" }] }, { "type": "TableCell", "items": [{ "type": "TextBlock", "text": "0.000/0.000","size": "Small" }] }, { "type": "TableCell", "items": [{ "type": "TextBlock", "text": "-0.00%", "size": "Small", "color": "Attention" }] }, { "type": "TableCell", "items": [{ "type": "TextBlock", "text": "✅ Pass", "size": "Small" }] } ] } ] } ] } } ] } `msteams.width: "Full"` is present but has no visible effect in the channel message context. Feature request Either of: Honor `msteams.width: "Full"` in channel-message context (not just Stageview/task module/tab), OR Add a card-level property (e.g. `msteams.channelWidth: "Full" | "Default"`) explicitly scoped to channel messages. Is this a known limitation with an existing tracking item, or should we also file it on the M365 Feedback Portal for upvotes? Thanks!15Views0likes2Commentssmall white window that opens during sharing in a meeting
Hi, I've Teams vers. 26120.3106.4722.3411. For some time when I access to a meeting and sharing the screen, a window or a presentation, a small white windows appears at the bottom right and I cannot close it. To close this window and to prevent it from opening again I need to disconnect to Teams also for 2-3 times. Well, how could I solve a such issue permanently? Thanks This is the window image that I can capture:31Views1like0CommentsAnyone found a good way to run performance reviews inside Teams?
Our company just switched to doing everything in Teams and the one thing that still lives outside is performance reviews. We use a separate web app that nobody logs into until the last minute and managers hate it. Is there anything that actually handles the full review cycle with self assessments, manager ratings, maybe even 360 feedback? Our IT team said they'd prefer something that uses our existing M365 directory so we dont have to manage another user list.24Views0likes1CommentFeature Request: Real-Time Multilingual Voice Translation in Microsoft Teams
Hello Microsoft Teams Community, I would like to suggest a feature for Microsoft Teams that could help multilingual users communicate more naturally during meetings. Feature Idea: Each participant can speak in their own native language, and Teams will automatically translate and play the speech audio in the listener’s selected language in real time. Example: Telugu speaker talks in Telugu Kannada user hears Kannada audio Hindi user hears Hindi audio English user hears English audio This would be more powerful than subtitles because users can continue conversations naturally in their mother tongue without needing to read captions constantly. Possible Technologies: Speech-to-Text AI Translation Text-to-Speech Real-Time Voice Streaming Benefits: Better communication in multilingual countries like India Improved accessibility Easier collaboration for global teams More inclusive meetings I believe this feature could significantly improve communication in international and regional meetings. Thank you.21Views0likes0CommentsAnything inside Teams for people management you use and can recommend?
We currently have to use one tool for goals, another for feedback, a spreadsheet for review tracking, Teams for 1:1s, and then some shared doc for engagement notes. Leadership asked me if theres anything that does all of this inside Teams so they dont have to keep jumping around. We're a mid-size company (around 200 people) fully on Microsoft 365. Anyone found a good all-in-one solution that actually works inside Teams?76Views0likes4CommentsHow are you running 1:1 meetings inside Teams without it turning into a mess?
Right now were using a shared OneNote for agendas and action items but honestly nobody updates it and half the time the meeting turns into a random chat with no structure. I tried using Planner tasks as a workaround but thats clunky because theres no real connection between the task and the meeting itself. Has anyone found a good way to keep 1:1 agendas, notes, and follow ups all in one place inside Teams? We have about 40 people so it needs to scale a bit.83Views2likes3CommentsTeams Migration for New Private Channels Stalls
Microsoft began an automated background process to move Teams private channels to a new infrastructure earlier this year. Tenants should check the state of the migration as reported by the Get-TenantPrivateChannelMigrationStatus cmdlet because it is possible that the migration is stalled and waiting for administrator intervention. In most cases, the problem is because of ownerless channels, but archived teams with private channels also stop the migration. https://office365itpros.com/2026/05/11/private-channel-migration-stalls/134Views1like7CommentsMicrosoft Teams Consecutive Interpretation Explained (NEW Copilot Feature for Multilingual Meetings)
🚀 New in Microsoft Teams: Consecutive Interpretation (powered by Copilot) Microsoft Teams just introduced consecutive interpretation, a new way to run multilingual meetings that feels far more natural than real-time translation. 🎧 Instead of translating while someone is speaking, Teams now: Lets one person speak Translates after they finish Enables real, turn‑by‑turn conversation In my latest video, I explain: • What consecutive interpretation is How it differs from real-time (simultaneous) interpretation When to use one vs the other Why this matters for international teams 👉 Watch the video here: https://youtu.be/u-fH_00nFuU #MicrosoftTeams #Microsoft365 #Copilot #AIatWork #MultilingualMeetings #FutureOfWorkCustom App (Static Tab) with SharePoint URL stays blank on first load in Teams Desktop Client
Hello Teams Developer Community, We have deployed a custom Teams app (v1.25) that uses a Static Tab to display our company's SharePoint intranet portal. The contentUrl and websiteUrl point to our SharePoint site. [The Issue] When a user clicks the app for the very first time in the Teams Desktop Client (New Teams), the screen remains completely blank (white loading screen). However, if the user clicks away to another app (like Chat or Teams) and then clicks back to our custom app, the SharePoint page loads perfectly. [Observations] This issue does NOT happen on Teams Web Client (browser). It loads instantly there. Clearing the Teams Desktop cache does not solve the problem. It seems to be related to WebView2 authentication/SSO redirect loops inside the iframe. I tried adding "showLoadingIndicator": true in Developer Portal, but the schema automatically strips it out upon saving. [Question] Is there a specific parameter we need to append to the SharePoint URL, or specific domains we must add to "validDomains", to prevent this initial blank screen caused by auth delays in the Desktop Client? Any guidance on handling this WebView2 rendering delay would be greatly appreciated. Thank you.74Views0likes2CommentsFeature Request: Custom Status Labels for Calendar Events (e.g., 'In a Training')
Hey Teams Community! 👋 I have a small but impactful feature idea and would love your votes and feedback. --- 🔴 The Problem Right now, every calendar block in Microsoft Teams shows the same status to colleagues: "In a Meeting." Whether you're in a 10-minute standup or a 3-hour mandatory training — it all looks identical. This creates ambiguity, leads to unnecessary interruptions, and doesn't reflect how modern workplaces actually function. --- 💡 The Feature Request Allow users to assign a custom status label to a calendar event when creating it — visible to colleagues who check availability — without exposing private event details. Something as simple as a dropdown when creating an event: ✅ In a Meeting (default) 🎓 In a Training 🎯 Focus Time 📋 In a Workshop The chosen label would appear: → In the chat status indicator → On the calendar availability hover card → When someone tries to @mention or call you --- ✅ Why This Matters - Reduces interruptions during high-focus or learning sessions - Helps colleagues make smarter decisions about whether to wait or escalate - Especially valuable for schools, hospitals, training teams, and L&D departments - Lightweight to implement — no privacy concerns since it doesn't reveal event titles --- 🗳️ If you've ever been interrupted during a training because someone thought you were just "in a meeting" — please upvote and share your experience below! Let's get this on the Teams roadmap. 🚀 Tags: Feature Request, Calendar, Status, Availability, Training, Teams, Microsoft Teams62Views0likes2CommentsMicrosoft to Retire Together Mode for Teams Meetings
In a somewhat surprising decision, Microsoft announced plans to retire the Together mode feature for Teams meetings in June 2026. Based on personal experience, it didn’t seem that many people used Together mode. It seemed like it was something that people tried a couple of times before giving up. Maybe it’s just the meetings I attend, but I haven’t seen Together mode used in years. https://office365itpros.com/2026/05/04/together-mode-retirement/134Views0likes0CommentsUpdate to disabling Teams meeting recording expiration notification emails
Hello, Thank you to everyone who shared their thoughts and feedback regarding the planned Upcoming change: disabling Teams meeting recording expiration notification emails. After carefully reviewing the feedback from this discussion, survey responses, and support channels, we have decided to pause the rollout of this change. The updates originally planned for June 1st will not take effect on that date. What this means for you: - Email notifications for expired Teams meeting recordings will continue as they do today. - No action is required on your part. - Recording expiration and deletion policies remain unchanged. Your input along with ongoing, internal engineering discussions helped shaped this decision. We want to make sure that any changes we make to the notification experience truly work for your organizations, and the feedback we received made it clear that we need more time to get this right. We're still committed to improving the notification experience for Teams meeting recordings and will provide updates here and through the Message Center when we have more to share. In the meantime, please continue to share your thoughts in this discussion. Thank you for your patience and for being part of our community.Transforming Microsoft Teams into a Project Management Hub
If you use Microsoft Teams only for chats and meetings, you’re missing much of what it can actually do. While Microsoft Teams is often seen as a communication tool, it can also function as a central workspace for managing projects - from planning and brainstorming to execution and documentation - all in one place. When combined with tools like Microsoft Planner, SharePoint, and Microsoft Loop, Teams can become a practical project management hub that keeps work organized and reduces the need to switch between systems. This article walks through a clear, practical approach to setting up and using Teams for real-world project delivery. Why Use Microsoft Teams for Project Management? Organizations often hesitate to introduce new tools due to cost, training effort, or resistance to change. Microsoft Teams offers a strong advantage: it is already widely adopted in many organizations as part of Microsoft 365. Using Teams for project management allows you to: Centralize communication and documentation Reduce tool fragmentation Improve team visibility and collaboration Leverage existing infrastructure without additional cost Instead of switching between multiple platforms, teams can manage conversations, files, tasks, and workflows in one place. Structuring Your Project in Teams A well-structured Team is the foundation of successful project management. Create a Dedicated Team Start by creating a Team specifically for your project. Avoid mixing multiple projects in one Team, as it leads to confusion and poor organization. Recommended channels structure: General (announcements and overview) Planning (timelines, scope, requirements) Execution (daily work discussions) Risks and Issues Documentation Onboarding Lessons Learned This structure ensures clarity and separates strategic discussions from operational ones. Managing Tasks with Planner Task management is a critical part of any project. Inside Microsoft Teams, you can add a Planner tab to manage tasks visually within the same workspace where communication and files are stored. How to use Planner effectively: Create buckets (e.g., To Do, In Progress, Completed, or structured by topic) Assign tasks to team members for clear ownership Set due dates and priorities Attach files and add comments directly to tasks Use labels to categorize work (e.g., Design, Frontend, Backend, Testing) for better filtering and tracking Planner also provides multiple views beyond the basic board: Board view (Kanban-style) for workflow tracking Charts view for progress and workload overview Schedule (Calendar) view to track deadlines visually across time This combination allows teams to switch between operational tracking and higher-level planning depending on the need. This visual approach improves accountability, transparency, and makes task tracking easier even for non-technical users. Document Management with SharePoint Every Team in Microsoft Teams is backed by a SharePoint site. This means all files shared in Teams are stored and managed through SharePoint. Using SharePoint effectively allows you to: Structured storage of project documentation through folders and metadata Maintain version control Role-based access management Centralized file organization Control access permissions Enable real-time collaboration Best practices: Create clear folder & metadata structures (e.g., Contracts, Designs, Reports) Avoid duplicate files Use naming conventions Instead of sending documents via email, teams can collaborate directly within Teams, ensuring everyone works on the latest version. SharePoint Lists in Microsoft Teams SharePoint Lists in Microsoft Teams provide a structured way to store, manage, and track information directly within the collaboration workspace. A SharePoint List is essentially a flexible data table, where each item represents a record with defined fields (such as status, owner, due date, priority, or category). They are especially useful for: Project roadmaps and milestone tracking Action item tracking with ownership and status Checklists for delivery and execution steps Simple status registers and progress tracking Unlike free-form messages or documents, SharePoint Lists keep information structured, filterable, and easy to update, which makes them suitable for ongoing tracking and reporting. When used inside Microsoft Teams, Lists help teams move from discussion to execution by turning decisions into trackable items with clear ownership, status, and visibility. Embedding SharePoint Pages in Teams Beyond file storage, Microsoft 365 allows SharePoint pages to be embedded as tabs within Teams, making key project information easily accessible in one place. SharePoint pages can be added as tabs inside Microsoft Teams channels, providing structured and persistent access to key project information without leaving the collaboration space. In practice, organizations often use SharePoint pages for: Project home page with key links and overview Governance page with rules and standards Onboarding page for new team members Documentation hub for core resources Centralized knowledge hubs This helps ensure that essential information is not scattered across chats or files, but is instead organized and always available within the project workspace. SharePoint is better suited for structured, stable, and long-term information. Microsoft Loop for Real-Time Collaboration Microsoft Loop introduces a more dynamic layer of collaboration inside Microsoft Teams, designed for fast, interactive work where content is continuously evolving. Loop components (such as notes, tables, task lists, and meeting agendas) can be embedded directly into Teams conversations and edited in real time by all participants. It is especially useful for: Live meeting notes Quick decision-making and feedback collection (including simple polls or inputs) 1:1 discussions and follow-ups Brainstorming sessions and idea capture Shared task tracking during discussions In practice, teams can collaborate on meeting notes or brainstorming pages during calls, with updates visible instantly to everyone. This removes the need to switch between documents or wait for post-meeting summaries. Unlike structured tools like SharePoint, Loop is designed for fluid, real-time collaboration, where information is shaped and refined as the discussion happens. Automating Workflows with Power Automate Manual processes can slow down project execution. With Power Automate, you can streamline repetitive tasks. Common automation examples: Notify the team when a task is completed Send reminders for upcoming deadlines Automatically save email attachments to SharePoint Trigger approval workflows Example scenario: When a task in Planner is marked as “Completed,” a notification is sent to the project manager and logged in a tracking list. This reduces manual follow-ups and improves efficiency. Power BI Dashboards Power BI can be integrated into Teams as a tab, allowing teams to access real-time reporting directly within their project workspace. It is commonly used for: Project status dashboards KPI and performance tracking Resource and workload visibility Financial or delivery reporting Instead of switching to a separate reporting tool, teams can monitor progress and insights directly inside Teams, ensuring better visibility and faster decision-making. Microsoft Whiteboard Microsoft Whiteboard provides a visual collaboration space for real-time ideation and planning. It is especially useful for: Brainstorming sessions Process mapping and flow design Workshop facilitation Visual planning during meetings Whiteboard supports freehand drawing, sticky notes, and structured diagrams, making it effective for capturing ideas during live discussions and workshops. Integration with Other Tools (Microsoft & Third-Party) Microsoft Teams can be extended with a wide range of Microsoft 365 services and external applications, allowing it to function as a central hub for project work, reporting, and collaboration. Teams also supports many external tools, allowing organizations to align existing systems without fully replacing them. Common examples include: Jira – agile project and issue tracking Trello – lightweight task and board management ServiceNow – IT service management workflows GitHub – development and repository tracking Salesforce – CRM data and customer-related workflows Communication and Collaboration Effective communication is essential for project success. Microsoft Teams provides multiple ways to facilitate this: Channel Conversations Keep discussions organized by topic instead of using scattered chats. Meetings and Calls Schedule regular check-ins, sprint reviews, or stakeholder updates directly within Teams. Mentions and Tags Use @mentions to notify specific team members and ensure accountability. Practical Use Case Consider a company implementing a new internal intranet. Using Microsoft Teams: A Team is created for the project Planner tracks tasks such as design, content migration, and testing SharePoint stores documents and site assets Power Automate sends reminders for deadlines Teams meetings are used for weekly progress reviews This setup enables the team to manage the entire project lifecycle without introducing additional tools. Best Practices for Success To maximize the effectiveness of Microsoft Teams for project management: Keep your structure simple and consistent Avoid creating too many channels Encourage team members to use channel conversations instead of private chats Regularly review and clean up tasks Use automation where it adds clear value Adoption is just as important as functionality. A well-designed system only works if the team actively uses it. Limitations to Consider While Microsoft Teams is powerful, it has limitations: Not suitable for highly complex project scheduling Limited dependency management compared to dedicated PM tools Reporting capabilities are basic without Power BI For large-scale or highly regulated projects, a dedicated project management tool may still be required. Professional Context and Applied Perspective The approach described in this article reflects practical experience in designing and implementing collaboration environments using Microsoft Teams within real organizational settings. It is based on applied use of integrated Microsoft 365 capabilities, including SharePoint, Microsoft Planner, and Microsoft Loop, to support structured project execution and improve cross-functional collaboration. Rather than relying on isolated tools, this approach focuses on designing a unified digital workspace that aligns communication, task management, documentation, and automation within a single environment. Microsoft Teams is more than just a communication platform. When used strategically, it becomes a practical and efficient tool for managing projects. By combining Teams with Planner, SharePoint, and Power Automate, organizations can create a unified workspace that supports collaboration, task management, and process automation. For teams looking to simplify their toolset while maintaining productivity, Microsoft Teams offers a compelling solution for modern project management.276Views0likes0CommentsTransforming Microsoft Teams into a Project Management Hub
If you use Microsoft Teams only for chats and meetings, you’re missing much of what it can actually do. While Microsoft Teams is often seen as a communication tool, it can also function as a central workspace for managing projects - from planning and brainstorming to execution and documentation - all in one place. When combined with tools like Microsoft Planner, SharePoint, and Microsoft Loop, Teams can become a practical project management hub that keeps work organized and reduces the need to switch between systems. This article walks through a clear, practical approach to setting up and using Teams for real-world project delivery. Why Use Microsoft Teams for Project Management? Organizations often hesitate to introduce new tools due to cost, training effort, or resistance to change. Microsoft Teams offers a strong advantage: it is already widely adopted in many organizations as part of Microsoft 365. Using Teams for project management allows you to: Centralize communication and documentation Reduce tool fragmentation Improve team visibility and collaboration Leverage existing infrastructure without additional cost Instead of switching between multiple platforms, teams can manage conversations, files, tasks, and workflows in one place. Structuring Your Project in Teams A well-structured Team is the foundation of successful project management. Create a Dedicated Team Start by creating a Team specifically for your project. Avoid mixing multiple projects in one Team, as it leads to confusion and poor organization. Recommended channels structure: General (announcements and overview) Planning (timelines, scope, requirements) Execution (daily work discussions) Risks and Issues Documentation Onboarding Lessons Learned This structure ensures clarity and separates strategic discussions from operational ones.62Views0likes0CommentsCopilot Studio bot in Teams occasionally sends duplicate responses
I’m using a Copilot Studio bot deployed in Microsoft Teams, and I’m experiencing an intermittent issue where a single user message occasionally triggers two identical responses. This does not happen consistently, and there is no intentional duplicate logic in my bot design. I’m not sure whether this is caused by duplicate message delivery from Teams (e.g., retries or at-least-once delivery behavior), or something within Copilot Studio itself. Is this a known behavior for the Teams channel or Copilot Studio? Are there any recommended ways to detect or prevent duplicate responses at the bot level? Any insights or best practices would be appreciated.213Views0likes3CommentsCopilot Studio in Teams sometimes wraps user input with HTML tags (e.g., <div>)
I’m using Copilot Studio deployed to Microsoft Teams, and I noticed that user messages are occasionally received with HTML tags. For example, when a user sends "get me the onboarding status", sometimes it displays in the dialog box as "<div>get me the onboarding status</div>" This does not happen consistently. I’m not sure whether this is caused by how Teams renders or sends messages (e.g., HTML vs plain text), or if it is something specific to Copilot Studio. Is this expected behavior for the Teams channel? Any clarification or recommended handling would be appreciated.216Views0likes4CommentsCan't remove external presenter in Microsoft Teams Webinar
Hello, I am trying to remove some external presenters from my Microsoft Teams webinar, but clicking the 'X' button - which normally works - is not removing them. It is likely worth noting that these external presenters who can't be removed are in fact, for some reason, duplicates. In other words, there are three real presenters here but they are each entered twice. There were two other external presenters that I was able to remove, and they did not have duplicate entries. I'm not sure if this has something to do with it. I have tried this on both the desktop client and the web app. Please let me know how this can be solved. Many thanks,50Views0likes1CommentFailure to sign in
First of all, I have TEAMS on my old computer. However, I bought a new computer, and I am unable to gain access to the TEAMS file on my new computer. I gain access to TEAMS, it asks me to sign in again. But the sign-up page does not open. It ends there. I have read the instructions and have spent over an hour trying everything without success. It shouldn't be so difficult.19Views0likes0CommentsHow to Report Single-User Teams Online Meetings
In 2024, I wrote a script explaining how to report details of Teams online meetings, including participants. Now someone wants to report single-user meetings. Their reason is that company management believe that some remote workers schedule online meetings that only they attend with the intention of appearing active if anyone checks. It’s an odd ask, but we can do the job with PowerShell. https://office365itpros.com/2026/04/28/single-user-meetings/47Views1like0Comments
Events
Recent Blogs
- The latest Microsoft Teams and Microsoft365 expert community briefings, podcasts and upcoming community events. Expert Briefings: 4 Ways to Improve Customer Experience With Landis Contact Cen...May 21, 202639Views0likes0Comments
- 2 MIN READWhy recordings disappear The first thing to know is recordings are not stored inside of Teams. They are actually stored in OneDrive for regular meetings and in SharePoint for channel meetings. Revi...May 18, 2026716Views0likes0Comments