Recent Discussions
How do I get quick actions to show up in Gallery view for a list?
Hello, I'm creating a sharepoint list of employees. I create quick actions for sending an employee a teams message or an email, and they work fine in list view. However, in gallery view they don't show up. The field title is displayed, but there's nothing inside, which I've highlighted with a red box. Is it possible to get the quick action buttons to appear in this view?28Views0likes1CommentHow to update a specific set of SharePoint list records after changing variables in Power Apps.
I have a timesheet app that captures start and end times. Within the associated SharePoint list, there are calculated fields. I have these fields included on the Power Apps form. The problem is that the calculated fields are not updating after the Patch action (updates or new saves). I tried the REFRESH action, but it is not refreshing the calculations. The only way I have found to view the updated calculations in the Power App is to filter the list to a different set of records, then back to the original. Once the filter returns to the original updated records, the new calculated results can be viewed. There has to be an easier way to do this.17Views0likes1CommentNew Sharepoint Quick Access - Want "Sites" back
I want the Sites back on my quick access menu - I don't want to have to go through "Discover" it just adds an obnoxious extra step and I can get there clicking on the Sharepoint logo on the top left - having another button to take you to the hub is pointless. How do I get Sites back on the quick access?22Views0likes1CommentSharePoint Online - Issues Saving Site as Template and Activating .wsp Solutions
Hello everyone, Recently I have been experiencing issues when saving a SharePoint site as a template and activating .wsp files within the Solution Gallery. This appears to be a recent change, as the same process and templates have worked successfully in the past. I wanted to see whether anyone else has recently experienced issues with SharePoint site templates (.wsp) in SharePoint Online. Findings: Site type is a Classic Team Site. Custom Script is enabled (DenyAddAndCustomizePages = Disabled). The .wsp file is successfully generated and appears in the Solution Gallery. The .wsp file does not activate. Activation fails with the error: "Activation of solutions with sandboxed code has been disabled." - Prior to this, SharePoint was only displaying a generic "Sorry, something went wrong" error. (All I did was turn content approval on and off in the Solution Gallery Library) Previously working .wsp files also fail to activate. The behaviour has been reproduced across multiple Microsoft 365 tenants. A Microsoft support ticket has already been raised. Has anyone else encountered this behaviour recently, or is aware of any changes affecting .wsp template activation in SharePoint Online? Thank you in advance for any insight or suggestions.338Views2likes19CommentsNew 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.5Views0likes0CommentsAssign rating to individual Choice items?
Hello, I'm trying to create a Sharepoint list of employees and their respective skills. Each skill has a rating from 1-4 indicating how proficient they are in it. Is there any way to implement this in a Sharepoint list besides manually creating 4 different versions of each skill? If not, is there a better way of implementing this? If possible, I want to keep this in Sharepoint to make it easy to access.32Views0likes1CommentSharePoint 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).20Views0likes0CommentsSharepoint versioning bug with tables
Hi, So i have discovered a bug with the versioning in my sharepoint sitepage. When i edit a random piece of text ie. the title, in a text webpart with a table inside. The table shows up as changed in the version history of the sitepage. Below is an example of the issue. Here i've changed the title from "TitleChange" to "Title" and nothing else. The tables however still show as if they were changed. The first 2 tables are created with the built in tool in the text webpart, but the bottom 2 tables were created in word and then copied over to sharepoint. And as you can see the last table does not change as its suppose to, but the 3. table does. I figure its because something happens when you merge cells. So sharepoint does some sort of formatting that changes nothing but shows as changed. It only affects the table either when its made in sharepoint (1. & 2. table) or have merged cells (3. table), but not when its copied from word and has no merged cells. I've tried taking the html out and compared the before and after using powershell, but theres no change there. So can i stop this from happening or is there perhaps some sort of work around, so the tables dont show up as changed when they're infact not?605Views1like2CommentsNew 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?8Views0likes0CommentsNews Posts created via PnP PowerShell using a Page Template don't reflect in News Webpart Properly
I've created some News Posts via PnP PowerShell based on a Page Template which has a single image and some sample text. I then update the text via PowerShell and publish the changes. Everything looks great on the News Post, but when I go into the News Web Part it doesn't show the image (just a placeholder image) and shows the original sample text from the Template and not the text I updated. If I then go into the News Post, Edit and click on Update news (with or without making any changes to the page), the News Webpart then picks up the image and text correctly. $newsTemplate = Get-PnPPage "Templates/News-Template.aspx" $pageName = $newsTemplate.Save("MyNewsPost.aspx") $clientPage = Get-PnPPage -Identity $pageName Set-PnPPageTextPart -Page $pageName -InstanceId $clientPage.Controls[1].InstanceId -Text "Text I want to display in the News Post" Set-PnPPage -Identity $clientPage.Name -Title "Title Of News Post" -PromoteAs NewsArticle -CommentsEnabled:$false -Publish Any ideas on whether this is a known bug? Or is there something that I'm not doing? What it looks like in the News Webpart after initial creation via PowerShell. Note the placeholder image and text from the Page Template. What it looks like in the News Webpart when I go into the News Post, click on Edit, then click on Update news. News Webpart now picks up the image and my text correctly.2.7KViews0likes2CommentsThe 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?18Views1like0CommentsCalander Pop-up Clipped Vertically
My SharePoint calendar pop-up is being clipped vertically and only displaying 4 days per week in the date picker. I created a new date column and the issue still persists. I tested in both Edge and Chrome with the browser zoom set to 100%, and the problem does not change when zooming in or out. Has anyone experienced this issue before or found a fix? Attached screenshot for ref erence.408Views2likes6CommentsAdd action buttons per row in the document library / List to minimize clicks
We would like to add action buttons against each item in the SharePoint document library (e.g., Open, Edit, Share, Copy Link) to reduce the number of clicks for end users. This will improve usability, especially for users on different screen resolutions who may have difficulty locating the appropriate commands in the toolbar or context menu.Solved123Views0likes3CommentsHow to filter "Managed Metadata" column in sharepoint using power automate
Hi Community, I need to fetch the files from my sharepoint lib where we have Textimonial field named "Department" with value = "Purchasing" using power automate flow. But since its a Managed metadata field, I cannot able to get the field value in the ouput of my "Get_files_Property" action. Please help on this part. Thanks!19Views0likes0CommentsList 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 Stylianou21Views0likes0CommentsSharePoint: Direct Metadata Editing from Library View
Is it possible in SharePoint to allow users to update metadata directly from the document library view without requiring them to click on “Edit properties” or switch to “Edit in grid view,” essentially minimizing or eliminating additional clicks for making changes?Solved78Views0likes1Commentlive weather forecast on sharepoint site
I would like to display a live weather forecast on sharepoint site that shows the current and next 5 days weather forecast. I have tried weatherwidget.io but the code doesn't seem to be working on SharePoint. Please can anyone advise me on how to proceed. Thanks82Views2likes2CommentsHow to create a template from a modern Sharepoint online communication site
Hi I thought I saw recently something indicating that Microsoft were going to make it easier to create your own tepmplate for a modern comms SharePoint online site. Did I imagine that? Was it wishful thinking or can someone point me to the article? Alternatively if someone knows how to do it without using powershell / sharepoint shell or jason files (or has a code guide that is more of an idiots guide to building blocks - just stick these bits together indicating where the colours can be changed) that would be truely awsome. Sharepoint sites got easier to make with drag the web parts about , but making a template has gone off the charts for me. Save as was good for me - I don't expect it to be that simple ever again but am I missing something, it can't be coders only, surely? Looking forward to your ideas of how to do it. Thank you HSolved126Views0likes2CommentsSharePoint Online - save as a site template
Hi, I have saved a SharePoint Online site as a template. I have selected all content. I have read that this includes the following: Lists, List views, Data views, Libraries, Content Types, Workflows, Data source connection, Custom forms, Custom actions, Master pages, Navigation, Site Pages. I have multiple libraries with document templates like this example. After importing the site all seems the same but the document templates do not open. It seems that these are now inactive. Has anyone else come across this? Is it a case that uploaded templates just do not copy across? I have also tried a migration software to copy the library across but the templates do no come with it.5.9KViews0likes10Comments
Events
in 1 day
💡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, Jun 30, 2026, 08:00 AM PDTOnline
0likes
1Attendee
0Comments
Recent Blogs
- 3 MIN READDiscover how Cubic Logics is helping organizations transform Microsoft 365 into a business application platform. With over 12,100 deployments in 172 countries, their Apps365 solutions bring HR, ...Jun 25, 20261.3KViews0likes0Comments
- SharePoint is getting a refreshed look and feel designed to make the product feel simpler, clearer, and more focused on your content. We’ve recently introduced a new SharePoint experience, organ...Jun 22, 20268.5KViews4likes3Comments