Forum Widgets
Latest Discussions
Copilot + SharePoint Search: How AI Changes Information Discovery
Traditional SharePoint Search has always relied on keywords, filters, and user intuition. While it often assumes users know what they’re looking for and how it’s stored. With the introduction of Microsoft Copilot, SharePoint Search is undergoing a fundamental transformation from keyword-based retrieval to AI-driven information discovery. https://dellenny.com/copilot-sharepoint-search-how-ai-changes-information-discovery/72Views0likes1CommentTop NEW Copilot Features in PowerPoint You Need to Try
Creating presentations just got A LOT easier. Microsoft Copilot in PowerPoint is evolving fast, and in my latest video I walk through the newest features that can dramatically improve the way you build and design slides. From AI‑powered slide generation to smarter design guidance, these updates can save you time, boost creativity, and help you deliver presentations that stand out. 🎥 Check out the full video here: 👉 https://youtu.be/WnNF9Eao5XM In the video, I cover: ✨ The latest Copilot capabilities you can start using today ⚡ How to generate complete presentations from a simple prompt 🎨 Tools that enhance visual design and storytelling 💡 Tips to get the most out of Copilot in your workflow If you're using PowerPoint regularly—or want to boost your productivity with AI—this one’s for you. Let me know what feature you find the most helpful! 👇 #Microsoft365 #Copilot #PowerPoint #AI #Productivity #MicrosoftCopilot #PresentationDesign #GiulianoDeLuca90Views0likes0CommentsCopilot Studio Agent vs SharePoint subfolders
Hi community, We are exploring the Copilot Studio Agents and are running into some issues. When we add the root library of a SharePoint site the agent is able to search the documents within, however when using only a subfolder of the site as a knowledge source it can't find any documents. The agent response is: "I have searched the available knowledge base but could not find any instructions on "Subject XXX". I read it can take up to 24 hours to build the index for subfolders, however after 3 days of waiting the agent still can't find any documents. I've tried making a new agent directly adding the subfolder as a source. The permissions of the user configuring the agent are also correct and the user has full access to all the files. I've also tried working with subagents with no success either. Has someone else experienced the same and is it correct agents can't work properly yet with subfolders of SharePoint sites?Solved74Views0likes1CommentCopilot Agent ALM and Knowledge Source Management Across Environments
Hello everyone, I currently have an agent in a Dev environment and want to deploy it to a second environment (e.g., Test or Prod). During deployment, we need to change the references to the knowledge sources. I’ve seen some articles where environment variables are used within Conversational Boosting topics to handle this, but I wanted to check if there is a supported or recommended way to manage or update knowledge source references from the Knowledge section itself to make them dynamic by using Environment variable? Any guidance or best practices would help. Thankyou.31Views0likes1CommentMicrosoft 365 Copilot access to planner tasks?
I try to get Microsoft 365 Copilit access to existing planner plans and it's tasks. Read and possibly write access. How would I do that? I only have basic plans that are used in our team. Do I have to convert them (if that is possible at all) to the plans with project manager? I tried Project Manager. That seems to be an enhanced plan. Can I migrate? Does it need additional licenses? DanDanHuberJan 12, 2026Iron Contributor53Views0likes1Comment"Draft with Copilot" in Sales Hub Email Activity
Hi everyone, could anyone help me out how to add "Draft with Copilot" option in Sales Hub Email. I have enabled the copilot features in the environment and also enabled Contextual email drafting with AI in the application settings. In my personal tenant account that is working fine, but not here. How do I get that Draft with Copilot option / Modern version of drafting emails?64Views0likes1CommentHow to enable/access Copilot Chat in Outlook for Mac (Version 16.106)
Hi Microsoft Support, I am looking for assistance on how to enable or access the Copilot Chat feature within the Outlook for Mac sidebar. Importantly, I can confirm that Copilot Chat is fully functional and visible when I use Outlook on the Web (OWA). This indicates that my license is active and correctly assigned, but the feature is missing from my desktop client. My Environment Details: Outlook Version: 16.106 (Build 25122912) Update Channel: [Beta Channel / Insider] Interface: "The New Outlook" for Mac License: Microsoft 365 [Business/Enterprise] with Copilot Problem Description: The Copilot Chat icon does not appear in the left-hand navigation bar in the desktop app. When I check the "More Apps" section to customize the sidebar, Copilot is not listed as an option to add. I would appreciate your help with the following: Since the feature works in the web version, why is it not syncing/appearing in the Mac Desktop app (Version 16.106)? Are there any specific "Connected Experiences" or local settings I need to toggle to force the Copilot app to appear in the sidebar? Is there a way to reset the local app configuration or cache to recognize my Copilot entitlement? Thank you for your assistance in getting the desktop integration working.janytterJan 05, 2026Copper Contributor219Views0likes2CommentsAdaptive Cards Input.Date shows mm/dd/yyyy on sample site but renders as “September 20, 2017”
Hi all, I’m using Adaptive Cards Input.Date in Microsoft Teams / Copilot Studio (Teams channel). I noticed the same card renders the date differently depending on host: On the Adaptive Cards Inputs sample page, the Due Date field shows mm/dd/yyyy (e.g., 09/20/2017). But when I copy the same JSON into Adaptive Card Designer (and similarly inside Teams), the date shows as a long format (e.g., September 20, 2017). Reference page (shows mm/dd/yyyy): https://adaptivecards-release-ci.azurewebsites.net/samples/Inputs.html I want the date displayed as mm/dd/yyyy in Teams (and ideally allow typing in that format), e.g. 12/20/2025. { "type": "AdaptiveCard", "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "version": "1.5", "body": [ { "type": "TextBlock", "text": "Due Date" }, { "type": "Input.Date", "id": "DateVal", "value": "2017-09-20" } ] } Questions Is it possible to force the display format of Input.Date to mm/dd/yyyy via Adaptive Card schema/JSON? Or is the display format always controlled by the host (Teams) / locale and cannot be overridden? If it cannot be forced, what’s the recommended workaround in Teams? Example: use Input.Text with validation? or show helper text under the field? Environment: Adaptive Cards in Teams via Copilot Studio. AshishAvikumar1755Jan 02, 2026Copper Contributor12Views0likes0CommentsTyped input routing stops working after navigating back to Home topic via Action.Submit (Invoke)
We are building a Copilot Studio agent with this structure: Home topic (menu page with icons) FeatureTopicA / FeatureTopicB / FeatureTopicC / FeatureTopicD Routing based on typed text (e.g. “feature A”, “feature B”) using a topic with trigger “A message is received” Navigation between topics using Action.Submit buttons (Invoke), including a Home / Back icon Observed behavior On a fresh conversation: Typing keywords like feature A or feature B correctly routes to the expected topic. From any feature topic, clicking Home (Action.Submit → Go to Home topic): Home page loads correctly. After returning to Home, typing the same keywords: Routing does not happen The conversation remains on Home The “A message is received” router topic is not triggered Restarting the conversation makes typing work again — until Home is reached via button navigation. We already tried following Dedicated router topic with trigger “A message is received” and highest priority Clearing global/custom variables when returning to Home Forcing routing using global flags Ensuring Home topic has no message trigger and no phrases Using Invoke-only navigation topics Handling text via Recognizer.TriggeringMessage.Text, LastMessage.Text, etc. Core questions Is this expected behavior in Copilot Studio? After navigating to a topic via Action.Submit (Invoke), does that topic “own” subsequent typed messages? What is the recommended pattern if users must be able to: Navigate via Home / Back buttons Then type free-text on the Home page Have typed text routed reliably every time Is the intended design: Home topic acts as the router itself? Or only one global message-received router should exist? Or typed input should not be expected to work reliably after Invoke navigation? We want to allow users to: Use menu buttons for navigation Return to Home Still type free-text commands Have routing work consistently without restarting the conversation Any official guidance, known limitations, or best-practice patterns would be greatly appreciated.18Views0likes1Comment
Resources
Tags
- tips and tricks234 Topics
- microsoft 365 copilot201 Topics
- Getting Started193 Topics
- troubleshooting175 Topics
- copilot chat159 Topics
- copilot in teams99 Topics
- Copilot in SharePoint67 Topics
- training and resources65 Topics
- management and extensibility65 Topics
- accessibility57 Topics