Recent Discussions
New sandbox subscription not avaible - You don't current qualify
Hello, I joined the Microsoft 365 Developer Program today with a personal Microsoft account. After completing the join process, my dashboard shows I don't qualify for a sandbox subscription / no tenant was provisioned. Could someone please review my account and help enable the E5 sandbox subscription? Thank you.14Views0likes1CommentClarification on SharePoint Macro Consent Flow and Permissions
Hi Team, We have a customer using SharePoint in a secure environment. While configuring the Prolaborate SharePoint Macro on their site, a consent popup is displayed during the approval process. Previously, our macro implementation used the Admin Consent flow. Based on the customer’s security and approval requirements, we have modified the consent to use the User Consent flow instead. The customer has requested additional clarification regarding the consent process. Specifically, they would like to understand: The exact API calls triggered for these two consents View your basic profile Maintain access to data you have given it access to The permissions being requested from Microsoft Graph or SharePoint Whether the application requests any tenant-wide or high-privilege permissions Whether minimal permissions such as Sites.Selected can be used instead of broader scopes Current concern: The customer feels the current permission request is too broad for approval within their secure environment (Banking customer). Reason: Their internal approval process requires clear visibility into the exact API and permission scopes being requested, as different permissions are reviewed and approved by different internal teams (for example, User.Read is managed by the Identity team). From our implementation side, we are using only custom APIs and are not directly calling Microsoft Graph APIs. This information will help us provide a clear response to the customer and support their internal approval process.59Views0likes1CommentBug? Image webpart (spfx) does not update image
If you add an image to the document library and replace it with a new image, the image does not update. The reason is that image is added to the cache and does willingly update. For example: <img data-sp-originalimgsrc="/Shared%20Documents/replacedImage.png" alt="" src="blob:https://x.sharepoint.com/{guid}" class="CSS-100" width="1000px" height="250px"> keep showing the old image because the blob cache does not update. How long it takes until the blob cache is updated? The image should be updated as soon as it is edited in SharePoint. For example, you could add the modified date to the URL to force the cache to show a new image. Ie: blob:https://x.sharepoint.com/{guid} should be blob:https://x.sharepoint.com/{guid}?{lastupdatetimestamp}1.5KViews0likes1CommentAfter changing choice column type from multi choice to choice back I have lost all values
Dear Ladies and Gentlemen, after changing choice column type from multi choice to choice back I have lost all values in a SharePoint online list. Originally the type was choice and there were single values in the list items. Then later the type has been changed into multi choice. Then I have changed it back to choice. After that I have lost all values in all items. Is this the expected behavior? In case yes, could it be changed, that the original single values will sustain after such change? Thank you for your answer. With best regards Ladislav Stupak44Views0likes2CommentsThe uploaded documents are not shown on page reload for document library web part
We observe a very strange behavior with all of document library web parts on all tenants where we tested. Problem Definition Newly added document disappears after page refresh. If you refresh second time the file appears. Steps to Reproduce 1. We have a document library web part with modern experiences. 2. A user uploads a document - the document is immediately visible in the UI. 3. The user reloads a page 4. The uploaded document disappears. You can use drag-n-drop upload, or upload button, it doesn't matter. Sometimes you need a few refreshes until file appears in the UI. It doesn't matter how many time you wait after the initial upload - for example you can upload a file, wait 5 minutes, then refresh - the file will disappear, then refresh again - it will appear. This is the video demonstrating the problem (uploaded on github): Video Expected Behavior: The recently uploaded document should not disappear after the page refresh. Additional Information: Browser: Chrome 149.0.7827.104 (Official Build) (64-bit) Anybody has the same problem?39Views1like1CommentCannot drag or move any web part around once placed inside a 'flexible' section
I am working with sharepoint and have been advised to use this 'flexible' section for more freedom with placement on the grid. Once a text web part or any web part is dragged from the toolbox onto this flexible section, it becomes immobile. Neither the 'Move' cursor state nor the 'Move web part' handle on said web part allows the web part itself to be moved in any way inside this section. Screen captures included below for clarity. This behaviour persists with any web part dragged out of the sharepoint toolbox onto this flexible section.29Views0likes1CommentSharePoint on-prem issue with OneNotes
Hello guys, have you experienced the same issue? I’m on the Current Channel of M365 desktop apps (build 20026.20182), and the OneNote desktop app is not syncing notebooks from either a SharePoint 2016 on-prem farm or a SharePoint Subscription Edition farm. The OneNote app crashes after 10 seconds while trying to sync. Microsoft OneNote desktop error: We couldn’t open that location. It might not exist, or you might not have permission to open it. (However, I do have sufficient permissions.) It was working perfectly fine on the previous build (20026.20166).90Views0likes1CommentNew Button Greyed Out on Initial Page Load
Our client has reported a rather odd behavior involving list view web parts on a page on a classic page after installing the May CU. The “(+) New” button is greyed out on the initial load of the page and is not clickable. But if you click anywhere inside the webpart, it lights up and turns blue. Every time the page is reloaded or revisited, the New button reverts to grey and unclickable. The source list works fine in both classic and new experience. This is a new behavior change. Has anyone else observed this?24Views0likes1CommentAutomations and AI Skills
I am attempting to set up one of my AI Skills to automatically activate when a new document is added to my library. From what I can tell, the best way to do this is through SharePoint Workflows and customize via Power Automate. I am not very familiar with Power Automate, but I cannot find a good way to link my AI Skill to the automation! I have tried the "Execute Agent" action, but I am getting a 404 error (response is not in a JSON format) when I try to run it. Has anyone been able to successfully link AI Skills to automations? Is Power Automate the right tool to be using? How do I troubleshoot my 404 error?38Views0likes1CommentSharePoint Online Facebook or YouTube Embed code not loading untill mouseover
Hi All, A strange things happened in last few days in SharePoint online. Earlier if I embed Facebook feed embed code in SharePoint Online it was working fine but now it is not showing until mouse over on that webpart. Please see the attached screenshot. Anyone have any idea if this is problem from MS or I am missing something?Solved14KViews3likes20CommentsSharePoint Online modern pages – spacing/gaps lost between web parts in flexible sections 2026
We're experiencing an issue across all our SharePoint Online modern pages. All existing pages with flexible sections have lost the spacing/gaps between image web parts — tiles are now butted right up against each other with no padding or margins. Key details from our troubleshooting: Affects all existing modern pages across multiple SharePoint sites (8+ sites, many pages) New pages created after the issue started render correctly with proper spacing Affects multiple users in our tenant Tested across multiple devices and browsers (Chrome, Edge, mobile) — same result We are on Standard release, no targeted release enabled No changes made to our tenant settings This is causing our intranet pages to look unprofessional and difficult to navigate. Please can Microsoft investigate and roll back whatever CSS/rendering change caused this. Tenant region: UK350Views1like4CommentsView lists full screen
I have a huge list in SP online with many columns and the left side navigation takes up prime real estate. Initially, I wanted to be able to collapse or hide the left side navigation on this page only, but according to this post, that isn't currently possible. Is there any way to view the list in a full-screen view via the modern view, so only the list is being displayed, not the top ribbon, left navigation page, etc. ?5.3KViews2likes2CommentsDisplaying Mermaid diagrams in Sharepoint Online Markdown web parts
Hello, I have been trying to find a way to incorporate/visualize Mermaid diagrams in Sharepoint Online Markdown web parts. Currently, when I try to add Mermaid diagram code to the md content, the diagram does not display, only the underlying code displays. I understand that it is possible to convert Mermaid diagrams to images and then add them to the Sharepoint page, but this breaks apart what would otherwise be intact md file content that can be transferred and displayed elsewhere if needed or pulled from a repository. Any help or pointers to make this work would be greatly appreciated.10KViews15likes7CommentsCan not move any web part around once placed inside one of these flexible sections
I have been advised to use this flexible section for more freedom with placement on the grid. Once a text web part or any web part is dragged from the toolbox onto this flexible section it becomes immobile. Neither the Move cursor state nor the Move web part handle on said web part allows the web part itself to be moved in any way inside this section. Screen captures included below for clarity. Move cursor: Move web part handle: This bug persists with any web part dragged out of sharepoint's toolbox onto this flexible section54Views0likes2CommentsDisable Details form in Sharepoint List
I have a list embedded into a Sharepoint page that uses dynamic filtering. The list functions as a filter for a seperate list on the page and the details pop-up is unnecessary. There are also columns on the main list that are hidden in the custom view, but are visible in the details pop-up. I would like to disable the details pop-up entirely, as everything the user needs to see is on the list. Is there a way to do this? I have been searching online but I can't find a solution.Solved50Views0likes2CommentsCannot drag or move any web part around once placed inside a 'flexible' section
I am working with sharepoint and have been advised to use this 'flexible' section for more freedom with placement on the grid. Once a text web part or any web part is dragged from the toolbox onto this flexible section, it becomes immobile. Neither the 'Move' cursor state nor the 'Move web part' handle on said web part allows the web part itself to be moved in any way inside this section. Screen captures included below for clarity. Move cursor Move web part handle Behaviour persists with any web part dragged out of the sharepoint toolbox onto this flexible section.59Views0likes1CommentList rules
Hi everyone, since the legacy list alerts have been retired and rules came in, users with read permissions are not able to create rules without leveraging the power automate service. in my opinion read inly users should be able to create alerts based on a separate role action. at the same time, alert related action are still active under permissions level options. is there anyone else trying to provide rule action to read only users and is so how did you proceed? Kind regards, George Stylianou51Views0likes2CommentsClarification on SharePoint Macro Consent Flow and Permissions
Hi Team, We have a customer using SharePoint in a secure environment. While configuring the Prolaborate SharePoint Macro on their site, a consent popup is displayed during the approval process. Previously, our macro implementation used the Admin Consent flow. Based on the customer’s security and approval requirements, we have modified the consent to use the User Consent flow instead. The customer has requested additional clarification regarding the consent process. Specifically, they would like to understand: The exact API calls triggered for these two consents View your basic profile Maintain access to data you have given it access to The permissions being requested from Microsoft Graph or SharePoint Whether the application requests any tenant-wide or high-privilege permissions Whether minimal permissions such as Sites.Selected can be used instead of broader scopes Current concern: The customer feels the current permission request is too broad for approval within their secure environment (Banking customer). Reason: Their internal approval process requires clear visibility into the exact API and permission scopes being requested, as different permissions are reviewed and approved by different internal teams (for example, User.Read is managed by the Identity team). From our implementation side, we are using only custom APIs and are not directly calling Microsoft Graph APIs. This information will help us provide a clear response to the customer and support their internal approval process.55Views0likes0Comments
Events
in 3 hours
💡Copilot, Microsoft 365 & Power Platform product updates call concentrates on the different use cases and features within the Microsoft 365 and in Power Platform. Call includes topics like Microsoft...
Tuesday, Jul 07, 2026, 08:00 AM PDTOnline
0likes
2Attendees
1Comment
Recent Blogs
- 3 MIN READDiscover how ShareCloud extends SharePoint and Microsoft 365 into practical business applications for secure e-signing, instructions management, HR processes, and everyday operational efficiency...Jul 07, 202675Views0likes0Comments
- 5 MIN READFor this month's SharePoint showcase, we're zooming in on AI skills in Sharepoint and real Microsoft use cases for Copilot in SharePoint. We're also introducing a new "Product Drops" standing section...Jul 02, 2026501Views0likes1Comment