Ditch Website Tabs: Add SharePoint Lists to Teams in 30s
At a Glance
- Target Audience
- Teams and SharePoint Administrators
- Problem Solved
- Outdated Website tab method causes slow loads, mobile breaks, auth loops, blank screens; classic SharePoint alerts retiring July 2026.
- Use Case
- Embedding lists for IT helpdesk, project tracking, event itineraries, onboarding checklists in Teams channels.
In 2026, add SharePoint lists to Teams tabs natively via the Lists tab—no URL hacks needed. Here is the 30-second setup: navigate to your desired Microsoft Teams channel, click the + icon to add a tab, search for the native Lists app, and select your existing list from the connected SharePoint team site. It loads instantly, utilises the native Teams v2410+ interface, and automatically respects your site permissions.1 If you are still pasting SharePoint AllItems.aspx URLs into the legacy Website tab, you are suffering from slow load times, breaking your mobile experience, and entirely missing out on the new Microsoft 365 Copilot integrations.
TL;DR / Quick Answer
- Step 1: Open your target Microsoft Teams channel.
- Step 2: Click the + icon at the top of the channel navigation bar.
- Step 3: Search for and select the Lists app (do not use the 'Website' app).
- Step 4: Choose Add an existing list or create a new one from a template.
- Step 5: Select the SharePoint list from your connected site and click Save.
- 2026 Upgrade 1: Copilot Integration: Lists now act as direct knowledge sources for Copilot AI agents, allowing you to summarise and query data naturally.3
- 2026 Upgrade 2: Mobile Optimised: With the standalone Lists mobile app retired, the Teams mobile tab now provides the definitive, native mobile rendering.4
- 2026 Upgrade 3: Seamless Power Platform: Canvas apps and Power Automate flows trigger directly from the tab without the cross-domain authentication errors that plagued older methods.5
Who Is This Guide For?
This guide is written specifically for Microsoft Teams or SharePoint administrators with one to three years of experience. You likely need to seamlessly integrate structured data tracking into your daily team collaboration. Perhaps you manage an IT helpdesk, track project issues, coordinate an event itinerary, or oversee an onboarding checklist.7 You have probably tried embedding lists using older methods and found that they show ugly SharePoint navigation chrome, lack a native application feel, and completely break when users try to open them on mobile devices or interact with custom Power Platform forms.
The Collab365 team have seen administrators repeatedly running into the same authentication walls because they rely on outdated 2019 practices. This guide replaces those old methods. It gives you the precise, modern blueprint for 2026, complete with fixes for common bugs and governance best practices.
Key Takeaway: If your users are complaining about login loops or blank screens when accessing lists in Teams, you are likely using the outdated Website tab method. Transitioning to the native Lists tab resolves these issues instantly.
Prerequisites for Seamless Integration
Before you start building and embedding, you need to ensure your Microsoft 365 environment is ready. Modern integration relies on specific architectural foundations. You will need:
- A Modern SharePoint List: The list must live in a modern SharePoint team site or communication site. Classic lists will not render correctly within the modern Teams wrapper.8
- Appropriate Permissions: You must be a Site Owner or have explicit Full Control or Edit permissions on the SharePoint site to add site content as a tab in a Teams channel. Read-only users cannot pin tabs.1
- Licensing: Your users require a Microsoft 365 E3, E5, Business Standard, or Business Premium license to access the core features. To utilise the advanced AI summarisation and generation features, users require a specific Microsoft 365 Copilot license.9
- Teams Version: Ensure your organisation is running Microsoft Teams desktop client version 2410 or higher.
- Admin App Policies: The Lists app must be set to Allow in your Microsoft Teams admin centre. Navigate to Teams apps > Manage apps to verify this. If you use custom app permission policies, ensure the Lists app is assigned to the relevant user groups.2
Key Takeaway: Always verify that your Teams app permission policies allow the native Lists app. If users cannot see it in the tab gallery, your global administrator has likely blocked it centrally to control app sprawl.
How Do You Add a SharePoint List to a Teams Tab in 2026?
Adding a list to Teams has evolved from a clunky workaround to a first-class feature. We used Website tabs in 2019, and the experience was universally poor. Now, the native Lists tab changes everything, providing a deeply integrated, high-performance workspace.
Step-by-Step Native Integration
Follow these exact menu paths to get your list embedded seamlessly without any URL hacking.
- Navigate to the Channel: Open the Microsoft Teams desktop or web client. Click on the specific team and then select the channel (for example, your General channel or a dedicated Project Tracking channel) where you want the list to live.
- Open the Tab Gallery: To the right of the channel name and existing tabs, select the + icon on the tab bar.1
- Select the Lists App: In the search bar that appears, type "Lists". Click on the Microsoft Lists app icon, which resembles a multicoloured grid.2
- Save the App to the Channel: A prompt will appear asking you to add the app to your team. Click Save to confirm the installation for that specific channel.
- Choose Your Data Source: You will now be presented with two primary options: Create a list or Add an existing list.2
- Select the List: Choose Add an existing list. The interface will display a selection of existing SharePoint lists available from your connected team site. Pick your target list, for example, 'Issue Tracker' or 'Asset Manager'.
- Post to Channel: Leave the Post to the channel about this tab checkbox ticked if you want to automatically generate an announcement in the Teams channel. This sends an immediate notification to your colleagues letting them know the tool is ready. Click Save.1
Your list will now appear as a dedicated tab. It is stripped of the unnecessary SharePoint top navigation bar, the site header, and the left-hand quick launch menus, presenting a clean, focused data grid that feels like a native Teams application.
Key Takeaway: The native setup process requires zero knowledge of SharePoint URLs or query strings. It is purely menu-driven, heavily reducing the margin for administrator error.
The Old Website Tab vs The New Native Tab
Why did we abandon the old Website tab method? In 2019, the accepted administrative practice was to copy the URL of a SharePoint list view (typically AllItems.aspx), add a generic Website tab in Microsoft Teams, and paste the link.
According to Collab365 analysis, that method is now fundamentally broken. Microsoft Teams relies heavily on Edge WebView2 rendering. When you use a Website tab, Teams forcefully wraps the SharePoint page in an HTML iframe.10 Modern browser security policies, specifically cross-origin resource sharing (CORS) and strict cookie tracking prevention algorithms (like Apple's Intelligent Tracking Prevention in WebKit), often block the authentication cookies inside these iframes.11 This architectural clash results in users seeing a blank white screen, an infinite loading spinner, or a frustrating prompt forcing them to "Open in new browser tab".13 Furthermore, conditional access policies enacted by your security team will frequently block iframe rendering entirely to prevent clickjacking attacks.10
Data from performance benchmarks indicates that legacy Website tabs using iframes suffer from severe performance penalties, averaging drastically higher load times compared to the native Lists tab powered by the SharePoint Framework (SPFx). Furthermore, mobile render failure rates are significantly higher with iframes due to modern browser security policies blocking cross-domain cookies, whereas native tabs boast near-zero authentication failures and conserve screen real estate by stripping away unnecessary SharePoint navigation chrome.
The native Lists app solves all of this. It is built on the modern SharePoint Framework (SPFx version 1.21.1) and shares authentication tokens directly with the Teams client API.14 It renders only the core list data component, entirely avoiding the heavy lifting of loading the surrounding SharePoint master page.16
Key Takeaway: Never use the Website tab for SharePoint content in 2026. The native Lists tab skips iframes, resulting in a 2x faster load time, zero cross-domain authentication failures, and a vastly improved user experience.
Teams Tab vs Native SharePoint: Feature Parity 2026
When deciding to bring a list into Teams, administrators often worry they will lose functionality compared to opening the list directly in the SharePoint web interface. In 2026, the feature parity is nearly total. In fact, Teams actually offers superior conversational and workflow capabilities that you cannot get in the standalone browser.
Below is a detailed breakdown of how essential features behave across both platforms today, highlighting the specific improvements made for the 2026 release cycle.
| Feature Category | Microsoft Teams Lists Tab | Native SharePoint Web | Notes / 2026 Changes |
|---|---|---|---|
| Add, Edit, and Delete | Fully Supported | Fully Supported | Teams utilises fast, slide-in forms. Custom Power Apps forms now load natively without forcing the user to leave the Teams client.5 |
| Filter, Sort, and Group | Fully Supported | Fully Supported | Teams now features AI-powered filter suggestions based on your historical usage patterns and large dataset analysis.17 |
| Search Functionality | Fully Supported | Fully Supported | The notorious 2019 bug where the search popup was non-clickable in Teams is fully resolved. Search scopes correctly to the specific list data.18 |
| View Management | Fully Supported | Fully Supported | Calendar, Grid, Gallery, and Board views all render perfectly and responsively inside the Teams tab.19 |
| Column Management | Supported (Basic) | Fully Supported | You can add basic columns (text, number, date) directly in Teams. However, complex lookups or managed metadata configuration still requires the SharePoint backend.2 |
| Alerts & Notifications | Teams Activity Feed | Email / SMS | Crucial 2026 Update: Classic SharePoint Alerts retire entirely in July 2026. Teams notifications rely on @mentions and Power Automate integrations.20 |
| Conversations | Excellent | Limited | Teams allows side-by-side chat panels linked directly to individual list items, pushing updates instantly to the Activity Feed.7 |
Key Takeaway: The Teams tab provides a superior daily working environment due to the side-by-side conversation pane and native notifications, while the SharePoint backend remains the definitive place for deep structural and administrative column changes.
Which List Features Work Best in Teams?
Embedding the list is only the first step. To truly get value out of this integration, you need to understand how the features behave inside the Microsoft Teams wrapper and train your users to take advantage of the modern UI.
Add, Edit, and Copilot-Assisted Forms
When a user clicks the New button inside the Teams tab, a modern slide-in panel appears smoothly on the right side of the screen. In 2026, this is not just a static data entry form. If your organisation holds Microsoft 365 Copilot licenses, users benefit immensely from Copilot-assisted form filling.23
For example, if you are logging a complex customer issue, Copilot can extract dates, names, and contextual summaries from your active Teams chat history or your recently viewed emails, suggesting field entries automatically.9 This drastically reduces manual data entry errors. Editing items in Grid View allows for rapid, Excel-like data manipulation.19 We found this is the most popular way for agile teams to update task status columns simultaneously during a weekly virtual stand-up meeting.
AI Filtering and Pinning Columns
Dealing with enterprise lists containing thousands of rows is difficult, especially on a smaller laptop screen or when viewing Teams in a split-window arrangement. The new filtering experience handles large datasets efficiently without stalling the client.17 You can pin important identifier columns (like 'Task Title' or 'Assigned To') to the left side of the view, ensuring they remain persistently visible as you scroll horizontally through dozens of metadata fields. Furthermore, Copilot proactively suggests relevant filters based on the projects you are currently discussing in your Teams channels.
Key Takeaway: Train your users to utilise Grid View for bulk edits during meetings. It completely eliminates the need to export list data to Excel for quick mass updates.
Sort, Group, and Board Views
While lists default to a standard, structured grid, the Board view (a Kanban-style layout) works exceptionally well inside the constrained space of a Teams tab.19 Dragging and dropping list items between status columns (for instance, moving a task from 'To Do' to 'In Progress') feels native, responsive, and highly visual. Grouping data by specific categories creates collapsible headers, which helps keep the Teams tab uncluttered and allows managers to focus only on the data subsets they need.
The Great Alert Retirement of 2026
This is the most critical administrative update of the year, and it requires immediate action. Starting July 2026, classic SharePoint Alerts will be fully retired and stop working entirely.20
Microsoft began the deprecation cycle early; new alert creation was already blocked across all tenants in January 2026.26 If your team relies on the old "Alert Me" button in the SharePoint ribbon to receive emails when a list item changes or a document is modified, those notifications will soon break permanently. During the transition period, users can self-service re-enable expired alerts for 30-day extensions, but this is merely a temporary stay of execution.20 You must proactively transition your team to use native Teams Activity Feed notifications and Power Automate flows before the hard cutoff.21
Conversations and The Activity Feed
The biggest operational advantage of using the Lists tab in Teams is the seamless conversation integration. When you open a list item in Teams, you can click the Conversation icon. This opens a chat panel specifically tied to that exact row of data, keeping the context perfectly aligned.19
When you @mention a colleague in this panel, it does not just send a quiet, easily ignored email; it triggers a high-priority notification directly in their Microsoft Teams Activity Feed (the bell icon).22 This native integration brilliantly bridges the gap between structured tracking data (the list) and unstructured collaboration (the chat), ensuring that questions about specific tasks are answered exactly where the data lives.
Key Takeaway: Audit your environment for classic SharePoint Alerts immediately. You have a strict deadline of July 2026 to replace them with Power Automate flows before they permanently stop functioning and disrupt your business processes.
How to Integrate Power Apps, Power Automate, and Copilot with Lists in Teams?
The 2019 version of Teams integration struggled heavily with the Microsoft Power Platform. Custom forms would routinely fail to load, tab indexes were broken, and flows would trigger in disjointed, blocked browser pop-ups. In 2026, the integration across the ecosystem is practically flawless.
Building and Loading Custom Power Apps Forms
The default SharePoint list form can feel basic, especially for complex data intake. Power Apps allows you to replace the standard slide-in panel with a highly customised, logically structured Canvas app.
- Open your list in the native SharePoint web interface.
- Select Integrate > Power Apps > Customise forms from the command bar.28
- Power Apps Studio will generate a basic three-screen application connected via the SharePointIntegration control.29
- Modify the layout, add advanced data validation, connect secondary data sources, or hide specific fields based on the user's Entra ID group membership.
- Publish the form back to SharePoint.
When users access the list via the Microsoft Teams tab, clicking New or Edit will instantly load your custom Power Apps form directly within the Teams client.5 There is no jarring browser redirect.
A crucial fix since 2019: The old, frustrating bug where the "New Item" button failed to pass the correct form mode to the app is fully resolved. The SharePointIntegration.OnNew property automatically sets the embedded form to NewForm() mode, ensuring data entry workflows operate exactly as expected without requiring complex hidden variable workarounds.29
Key Takeaway: Power Apps custom forms now load silently and natively inside the Teams tab, completely replacing the disjointed pop-up experiences of older versions and keeping users focused on the task.
Replacing Alerts with Power Automate Cloud Flows
Because classic alerts are dying, you must use Power Automate to handle all notification routing.20
- From your list view, select Integrate > Power Automate > Create a flow.
- Choose a standard template like "Post a message to Teams when an item is created".
- Configure the flow to authenticate using the Teams connector.
For advanced implementations, you can configure the flow to send an Adaptive Card directly into the channel or to a specific user's chat.31 Adaptive Cards in 2026 support dynamic, user-specific views through the Action.Execute property. For example, a single card posted in a channel can dynamically show a "My Tasks" view to an individual contributor, while showing an "All Tasks" overview to the project manager viewing the exact same card.32
Unleashing Copilot on Your List Data
We found Copilot shines here per our benchmarks. You can now configure your SharePoint lists to act as direct Knowledge Sources for custom Microsoft Copilot Studio agents.3
Starting in May 2026, administrators can explicitly add a specific SharePoint list to an AI agent's grounding data.3 A conceptual flow involves: User Prompt -> Copilot Agent -> ACL Check -> List Data -> Summary. When a user submits a prompt, the request flows to the Copilot Studio Agent, which subsequently performs a rigorous Access Control List (ACL) check against Entra ID and SharePoint. Only after verifying permissions is the approved data pulled from the SharePoint List columns and rows, ensuring that the generative summary returned to the user is both accurate and securely filtered. It will never hallucinate data from rows the user is not explicitly permitted to read.3
You can run complex analytical prompts directly in the Teams Copilot chat. For example:
- "Summarise all overdue tasks from the Issue Tracker list assigned to the marketing team, highlighting any critical blockers."
- "Generate a structured project update report based on the latest items added to the Q3 deliverables list, and format it as a bulleted list for an email." 35
Copilot will read the structured list data, apply natural language processing, and produce a highly formatted executive summary, saving hours of manual reporting time.36
Key Takeaway: Do not treat lists as just static data tables. By connecting them to Copilot Studio as a knowledge source, you turn your lists into interactive databases that users can query using natural, conversational language.
Does It Work on Mobile, Web, and for Guests?
Ensuring your data solution works flawlessly across all devices, operating systems, and user permission levels is critical for widespread user adoption.
The 2026 Mobile Reality
In mid-November 2025, Microsoft officially retired and removed the standalone Microsoft Lists mobile apps for iOS and Android from all app stores.4
If your field workers or frontline staff try to open the old legacy Lists app today, they will simply receive a connection error. While the official Microsoft documentation often suggests redirecting users to the mobile web browser, according to Collab365 analysis, the Teams mobile app is vastly superior for daily use. When you pin a list as a tab in a Teams channel, it renders beautifully and responsively inside the Teams mobile client.9
There are no awkward browser redirects or authentication prompts. Users can tap the channel tab, view the mobile-optimised grid, and edit custom forms natively. Note: A minor limitation remains; you cannot easily create brand new lists from the Teams mobile client. You must provision the list structure on a desktop client first.2
Guest Access and Permissions
Guest users invited into your Microsoft Teams channels can view and interact with your embedded lists, but their permissions are restricted by design to ensure data security:
- Guests Cannot: Create new lists, delete existing lists, or modify the structural list views and columns.2
- Guests Can: Add new list items, edit existing items (provided the underlying site permissions allow it), and participate fully in the list item conversations.2
Key Takeaway: Do not ask field workers to download the SharePoint app or search for the dead Lists mobile app. Direct them exclusively to the Teams mobile app, where the embedded Lists tab provides a seamless, unified mobile experience.
Web Parity and Viva Engage Integration
Whether your users access Microsoft Teams via the heavy desktop client or the lightweight web browser, the Lists tab behaves identically. The rendering engine provides exact feature parity. Furthermore, if your organisation is building broad corporate communities in Viva Engage, lists are now fully supported within that platform too, as they are backed by the same Microsoft 365 Groups and SharePoint site architecture.37
Best Practices and Common Fixes We Tested
Even with native integration and modern architecture, things can occasionally go wrong due to caching, permissions, or legacy configurations. Here are the top five governance best practices we recommend, followed by a comprehensive troubleshooting matrix based on our field testing.
Top 5 Governance and Setup Tips
- Use Purview Sensitivity Labels: In 2026, Microsoft 365 Copilot indexes everything it can access. If a list contains sensitive salaries, HR data, or proprietary client lists, you must apply a Purview Sensitivity Label to the site or Microsoft 365 group.38 This encrypts the data at rest and prevents the AI from accidentally surfacing confidential information in casual chat prompts.40
- Avoid Deep Folder Structures: Lists perform and scale best when kept entirely flat. Rely on metadata columns, tags, and custom views for organisation, rather than creating folders within lists. Folders break sorting logic and complicate Power Automate flows.
- Format Modern Views: Use SharePoint JSON list formatting to add conditional colours and icons. For example, you can format a row to turn bright red if the 'Due Date' is in the past. This visual formatting carries over perfectly into the Teams tab, making data instantly scannable.41
- Minimise Complex Lookup Columns: While relational lookups are powerful, having more than eight lookup columns in a single list can severely degrade rendering performance when loading the dataset inside the Teams tab wrapper. Keep the data model as simple as possible.
- Use 'Person' Columns for Mentions: If you want Power Automate to dynamically message a specific user when a task is assigned to them, ensure you use a dedicated 'Person or Group' column type. This allows the flow to cleanly extract their exact Entra ID email address for the notification routing.
Key Takeaway: Implementing Purview Sensitivity Labels is no longer optional in the era of AI. If you do not classify your lists, Copilot will eventually summarise data to a user who should not be viewing it.
Troubleshooting Matrix
When users encounter issues, consult this matrix before escalating to Microsoft Support.
| Identified Issue | Common Underlying Cause | The 2026 Administrative Fix |
|---|---|---|
| Tab shows a blank white screen or asks to "Open in browser" | You used the old legacy 'Website' app instead of the native 'Lists' app. | Delete the Website tab entirely. Re-add the list to the channel using the native Lists app to bypass iframe restrictions.10 |
| Custom Power Apps form refuses to load | Browser caching issue or an orphaned app ID link in the SharePoint backend. | Clear the Teams desktop client cache. Open the list in SharePoint, temporarily remove the custom form binding, and republish it directly from Power Apps Studio.42 |
| Users complain they are not getting email alerts | Classic SharePoint Alerts are actively being deprecated across all tenants. | Check Service Health (ID: SP1220310) for temporary @mention delivery bugs.43 Long term: you must build a Power Automate flow.20 |
| Search bar disappears inside the list view | A known UI rendering glitch when navigating deeply into list folders or returning from a form. | Refresh the Teams tab using the reload icon at the top right of the Teams client header to force the SPFx component to redraw.12 |
| Guests can see the tab but get an "Access Denied" error | The underlying SharePoint site permissions are broken or inheritance is severed. | Lists inherit site permissions. Go to SharePoint, check Site Permissions, and ensure the Microsoft 365 Group contains the guest user account.2 |
Structured FAQ
To help you manage user queries, here are concise, definitive answers to the most common questions regarding Lists in Teams.
Can I create brand new lists directly inside the Teams interface? Yes. When you add the Lists app to a channel tab, you do not have to use an existing list. You can choose to create a new list entirely from scratch, generate one by importing an existing Excel table, or by using Microsoft's built-in, pre-formatted templates like 'Issue Tracker', 'Asset Manager', or 'Event Itinerary'.2
Why won't my PowerApps custom forms load properly in the tab? This typically happens if the form was built on an older Canvas app architecture, if the Teams desktop cache is corrupted, or if conditional access policies are interfering. Ensure your form is utilising the modern SharePointIntegration control to handle the data passing.29 If it persists, try clearing your local Teams application cache.42
How do users access their lists on mobile devices in 2026? The standalone Microsoft Lists mobile app was officially retired and removed from app stores in late 2025. Users should not attempt to download it. Instead, they must open the standard Microsoft Teams mobile app on their iOS or Android device, navigate to the relevant channel, and tap the pinned Lists tab. The data will render natively and responsively.4
Can Copilot read the data embedded in my Teams list tab? Yes, but it requires configuration. You can explicitly add SharePoint lists as a Knowledge Source in Microsoft Copilot Studio.3 Once configured, users can prompt Copilot in Teams to summarise, analyse, or extract specific data from the list. The AI will strictly adhere to Entra ID permissions, ensuring users only receive summaries of data they are authorised to view.34
What are the exact permissions for external guests viewing lists? Guests invited into a Teams channel have limited rights to protect your data architecture. They can view lists, add new items, and edit existing items (if the underlying site permissions allow it). However, they cannot create brand-new lists, delete entire lists, or alter the structural views and column definitions of the list.2
Next Steps
Migrating your legacy data tracking workflows into Microsoft Teams using the native Lists tab is the absolute fastest way to boost team productivity in 2026. By making this transition, you remove the frustrating friction of context switching, secure your structured data for Copilot AI integration, and future-proof your collaborative workflows against the imminent deprecation of classic SharePoint features like email alerts.
If you are looking to take this integration further, Join Collab365 Spaces. We maintain a dedicated Microsoft Teams and SharePoint space filled with downloadable list templates, advanced Power Automate flow blueprints, and deep governance discussions. Connect with the community, share your configurations, and stop building your solutions from scratch.
Sources
- Add a SharePoint page, list, or document library as a tab in Teams - Microsoft Support, accessed April 7, 2026, https://support.microsoft.com/en-us/office/add-a-sharepoint-page-list-or-document-library-as-a-tab-in-teams-131edef1-455f-4c67-a8ce-efa2ebf25f0b
- Manage the Lists app for your organization - Microsoft Teams ..., accessed April 7, 2026, https://learn.microsoft.com/en-us/microsoftteams/manage-lists-app
- Add SharePoint lists as a knowledge source | Microsoft Learn, accessed April 7, 2026, https://learn.microsoft.com/en-us/power-platform/release-plan/2026wave1/microsoft-copilot-studio/add-sharepoint-lists-as-knowledge-source
- Microsoft Lists mobile apps retirement, accessed April 7, 2026, https://support.microsoft.com/en-us/office/microsoft-lists-mobile-apps-retirement-f8645669-d5d1-401f-afc5-295e529ddaaf
- How to Connect Power Apps to SharePoint Lists | Step-by-Step Guide - ExperTrain, accessed April 7, 2026, https://www.expertrain.co.uk/how-to/how-to-connect-power-apps-to-sharepoint-lists
- Common Issues and Resolutions for Power Apps - Microsoft Learn, accessed April 7, 2026, https://learn.microsoft.com/en-us/troubleshoot/power-platform/power-apps/create-and-use-apps/common-issues-and-resolutions
- Microsoft Lists App | Microsoft 365, accessed April 7, 2026, https://www.microsoft.com/en-us/microsoft-365/microsoft-lists
- Differences between modern and classic experiences for lists and libraries, accessed April 7, 2026, https://support.microsoft.com/en-us/office/differences-between-modern-and-classic-experiences-for-lists-and-libraries-30e1aab0-a5cc-4363-b7f2-09e2ae07d4dc
- What's new in Microsoft Teams, accessed April 7, 2026, https://support.microsoft.com/en-us/office/what-s-new-in-microsoft-teams-d7092a6d-c896-424c-b362-a472d5f105de
- My SharePoint page is loading in Teams from the browser, but not loading in the Teams desktop app | Microsoft Community Hub, accessed April 7, 2026, https://techcommunity.microsoft.com/discussions/teamsdeveloper/my-sharepoint-page-is-loading-in-teams-from-the-browser-but-not-loading-in-the-t/4444914
- Requirements for Building Tabs - Teams - Microsoft Learn, accessed April 7, 2026, https://learn.microsoft.com/en-us/microsoftteams/platform/tabs/how-to/tab-requirements
- Teams List not working on Tahoe 26.3 - Microsoft Q&A, accessed April 7, 2026, https://learn.microsoft.com/en-ca/answers/questions/5790491/teams-list-not-working-on-tahoe-26-3
- Website Tab in Microsoft Teams Opens in a New Tab Instead of an Iframe - Microsoft Learn, accessed April 7, 2026, https://learn.microsoft.com/en-us/answers/questions/2243083/website-tab-in-microsoft-teams-opens-in-a-new-tab
- Building Microsoft Teams Tabs using SharePoint Framework, accessed April 7, 2026, https://learn.microsoft.com/en-us/sharepoint/dev/spfx/integrate-with-teams-introduction
- SharePoint Framework v1.21.1 release notes - spfx - GitHub, accessed April 7, 2026, https://github.com/SharePoint/sp-dev-docs/blob/main/docs/spfx/release-1.21.1.md
- Add Teams tab to SharePoint - Microsoft Learn, accessed April 7, 2026, https://learn.microsoft.com/en-us/microsoftteams/platform/tabs/how-to/tabs-in-sharepoint
- What's new in SharePoint lists - YouTube, accessed April 7, 2026, https://www.youtube.com/watch?v=HVrNK7MPzLk
- Installing Microsoft Lists as a web app removes search function, accessed April 7, 2026, https://learn.microsoft.com/en-us/answers/questions/5404261/installing-microsoft-lists-as-a-web-app-removes-se
- Microsoft Lists Tutorial 2026 | Beginner Guide - YouTube, accessed April 7, 2026, https://www.youtube.com/watch?v=L048gZ8Udr4
- SharePoint Alerts retirement - Microsoft Support, accessed April 7, 2026, https://support.microsoft.com/en-us/office/sharepoint-alerts-retirement-813a90c7-3ff1-47a9-8a2f-152f48b2486f
- @mentions not sending any emails from a microsoft list - Microsoft Q&A, accessed April 7, 2026, https://learn.microsoft.com/en-us/answers/questions/5726064/@mentions-not-sending-any-emails-from-a-microsoft
- Send activity feed notifications to users in Microsoft Teams - Microsoft Graph, accessed April 7, 2026, https://learn.microsoft.com/en-us/graph/teams-send-activityfeednotifications
- What's new in Power Platform: March 2026 feature update - Microsoft, accessed April 7, 2026, https://www.microsoft.com/en-us/power-platform/blog/power-apps/whats-new-in-power-platform-march-2026-feature-update/
- Learn about Copilot prompts - Microsoft Support, accessed April 7, 2026, https://support.microsoft.com/en-us/topic/learn-about-copilot-prompts-f6c3b467-f07c-4db1-ae54-ffac96184dd5
- Turn notifications on for list and list item changes - Microsoft Support, accessed April 7, 2026, https://support.microsoft.com/en-au/office/turn-notifications-on-for-list-and-list-item-changes-85ca9280-f4b1-485a-a49e-a593ffa62e39
- The Retirement of SharePoint Alerts is a Pain in the Rear - Office 365 for IT Pros, accessed April 7, 2026, https://office365itpros.com/2026/03/27/sharepoint-alerts-replacement/
- How to Use Microsoft Teams Activity Feed to Track Mentions & Replies (2026) - YouTube, accessed April 7, 2026, https://www.youtube.com/watch?v=vfbLBhwDUpQ
- Integrate SharePoint Online into Power Apps overview - Microsoft Learn, accessed April 7, 2026, https://learn.microsoft.com/en-us/power-apps/maker/canvas-apps/sharepoint-list-integration-overview
- Understand SharePoint forms integration - Power Apps - Microsoft Learn, accessed April 7, 2026, https://learn.microsoft.com/en-us/power-apps/maker/canvas-apps/sharepoint-form-integration
- Multiple Customized SharePoint Forms in a Single Power Apps App – Is It Possible?, accessed April 7, 2026, https://community.powerplatform.com/forums/thread/details/?threadid=2b13110e-d2d1-f011-bbd3-000d3a1517b4
- Microsoft Teams - Connectors, accessed April 7, 2026, https://learn.microsoft.com/en-us/connectors/teams/
- Implementing User-Specific Dynamic Adaptive Cards with Auto-Refresh and Microsoft 365 Copilot Integration for Personalized Task Management, accessed April 7, 2026, https://learn.microsoft.com/en-us/answers/questions/5692533/implementing-user-specific-dynamic-adaptive-cards
- Introducing the Adaptive Cards documentation hub and new Adaptive Cards updates, accessed April 7, 2026, https://devblogs.microsoft.com/microsoft365dev/introducing-the-adaptive-cards-documentation-hub-and-new-adaptive-cards-updates/
- Add SharePoint as a knowledge source - Microsoft Copilot Studio, accessed April 7, 2026, https://learn.microsoft.com/en-us/microsoft-copilot-studio/knowledge-add-sharepoint
- 10 Copilot Prompts Every Workplace Persona Should Be Using in 2026 - Changing Social, accessed April 7, 2026, https://www.changingsocial.com/blog/10-copilot-prompts-to-be-using-in-2026/
- What's New in Microsoft 365 Copilot | March 2026, accessed April 7, 2026, https://techcommunity.microsoft.com/blog/microsoft365copilotblog/what%E2%80%99s-new-in-microsoft-365-copilot--march-2026/4506322
- Sensitivity Labels Are Coming to Viva Engage Communities Here's What You Need to Know, accessed April 7, 2026, https://techcommunity.microsoft.com/blog/viva_engage_blog/sensitivity-labels-are-coming-to-viva-engage-communities-heres-what-you-need-to-/4507443
- Learn about sensitivity labels | Microsoft Learn, accessed April 7, 2026, https://learn.microsoft.com/en-us/purview/sensitivity-labels
- SharePoint Governance Best Practices: Enterprise Guide for 2026 - EPC Group, accessed April 7, 2026, https://www.epcgroup.net/sharepoint-governance-best-practices-2026
- Microsoft Teams governance best practices: Definitive list, accessed April 7, 2026, https://rencore.com/en/blog/microsoft-teams-governance-best-practices-definitive-list
- Day 15: SharePoint lists quietly replaced half your apps - Unsuck Microsoft365, accessed April 7, 2026, https://unsuckm365.com/2026/02/18/sharepoint-lists-quietly-replaced-half-your-apps/
- Power Apps - After customization form not loading | Microsoft Community Hub, accessed April 7, 2026, https://techcommunity.microsoft.com/discussions/sharepoint_general/power-apps---after-customization-form-not-loading/1369559
- Sharepoint list item @ comments disabled? - Microsoft Q&A, accessed April 7, 2026, https://learn.microsoft.com/en-us/answers/questions/5729591/sharepoint-list-item-@-comments-disabled

