Recent Discussions
Sharepoint Online Templates / Provisioning.
Hello everyone, I have a SharePoint online site that is as close as possible to being a template for my tenant. I'd like to save this site and make it available to me when I need to create a standard site for my tenant. Do you know if there is a possibility to save it and then pick it in the SharePoint list of templates in the creation phase in SharePoint? I know there is a PnP solution; however, after trying it I've had some bad results when trying to use a script with Get-PnPSiteTemplate many times it doesn't replicate the site correctly. I essentially need to take one SharePoint site, and just replicate the structure, DLs, Lists, Views, pages, designs, colours and thumbnails, no files needed. Possibly saving it as a template, but if not possible, just provision it via PnP PowerShell would be enough. Do you have any suggestions or scripts to recommend, or can you point me to any resources?40Views1like3CommentsRestrict a library view for document uploader
Want to create a SP library where people will be uploading documents from different departments. Is there a way that i can lockdown a view where anybody coming in can only see their own uploads? Maybe use the last modified column or create a person column? The owner and small group does need the ability to see them all. ty16Views0likes0CommentsUnusual Activity for a User
Hi, I have an issue with a user who raised a query that they are having issues syncing files to SharePoint. Whilst I'm investigating this another query came in advising that this same user has been creating folders and uploading documents...... They have confirmed that there account has not been shared and can confirm from the signing in logs on Entra that no suspicious IP address is being used. Anyone have any idea of what is occurring?? I've advised the user to delete any links they have and stop syncing. Regards Chris22Views0likes0CommentsSharePoint Document-ID and Chinese characters braking search
I am struggling with a strange phenomenon. We use the Document-ID on SharePoint extensively, especially for searching. So we search specifically for SharePoint Document-IDs, e.g., EMTS-1223334444-123, to find the document. This works fine with 10 million documents, except for PDF documents with Chinese characters. I can search for phrases in the text content or other properties, and everything is found. Only the search by Document-ID does not work.9Views0likes0CommentsCreate new site through App Reg auth and associate it with a hub site
Hi all, I have created a Logic App in Azure and I am using this Logic App to create new team sites (no Microsoft 365 group) in SharePoint Online. For the authentication I have created an app registration (Sites.FullControl.All) and created a self-signed certificate for the authentication. For the audience I am using the https://tenantname-admin.sharepoint.com I am using the following request URL: https://tenantname-admin.sharepoint.com/_api/SPSiteManager/create I am using the following request headers: Accept = application/json;odata.metadata=none odata-version = 4.0 I use the following request body: { "request": { "Title": "Site name", "Url": "<project number variable>", "Lcid": 1043, "Description": "Just some text", "WebTemplate": "STS#3", "Owner": "email address removed for privacy reasons", "SensitivityLabel": "Sensitivity label GUID", "HubSiteId": "Hub site ID" } } Somehow, I get an unauthorized error. When I omit the HubSiteId parameter, it works fine. In the SharePoint admin center I have not configured users that are authorized to associate sites with the hub sites. I also tried to assign the app registration through PowerShell, but it doesn't work. My question is, how can I authorize the app registration to associate the site with the hub site specified upon creating the new site? Thanks for all help provided!43Views0likes1Commentany possible to extend client ID and secret for app registered in SharePoint Online
Hi Team, is there any possible to extend client ID and secret for app registered in SharePoint Online? right now, we are not allowed to create any new app registration from SharePoint Online, only way is from Azure AD - App registration. how about the client ID and secret getting expired which is created earlier using SharePoint Online? is there any way like powershell script something to extend the validity of Client ID and secret for app registered in SharePoint Online? if yes, please share the detailed instructions and guidelines to perform. if no, then what is the possible way for next step of actions to do? you can reachout to me - mailto:email address removed for privacy reasons for further discussion about this issue. Thanks for the help!7Views0likes0CommentsNot able to edit items in list due to too many versions.
I have a sharepoint list and some of the items cannot be edited because of the number of versions. I have the versioning set at 50, but some of these uneditable items somehow got up to over 10,000. Any ideas on how to resolve or how they got so high? Thanks13Views0likes0CommentsPermission settings only to edit my record
Hi. I have a List connected with Power Apps, so i have to share permissions with the autors to create and edit. However, if they enter to the list on SharePoint they can edit everything, their own records and those which other users created. In my process this action shouldn't happen ¿Is there some way to set a permission where I can only edit the records that I have created?1.6KViews0likes6CommentsTables in Word Docs Stored on SharePoint Breaking
Custom Table Styles are breaking in Word documents stored on SharePoint. This started a week ago after a recent Office update. A solution of having only one person editing the document at a time defeats the purpose of SharePoint collaboration. Always editing in the desktop app is not a reliable solution either; not all tools are available in the browser. Tables break and fix themselves without intervention - sometimes in the desktop app and sometimes in the browser. Any insight is appreciated.51Views1like1CommentMicrosoft 365 Developer Program - Sandbox Eligibility
I was excited to hear all of the buzz around the revamped M365 Dev Program and eligibility for MAICPP participants (https://learn.microsoft.com/en-us/office/developer-program/microsoft-365-developer-program) especially for the sandbox subscription benefit: Eligible MAICPP partner levels include: Azure Expert Managed Service Providers (MSP) Solutions Partners Specialization Partners Managed Partners Microsoft Action Pack Subscribers Partner Success Core Benefits Recipients Partner Success Expanded Benefits Recipients Partner Launch Benefits Recipients Legacy Gold/Silver Partners However, when I log into my dashboard (https://developer.microsoft.com/en-us/microsoft-365/profile), it says "you don't currently qualify for..." instead of the experience outlined in the help docs and announcements. Has anyone been able to provision a new M365 sandbox subscription with the new provisioning method? I have reached out to partner support, but they referred me to the dev program alias and nobody there has replied. I have also tried to use my Visual Studio subscription as mentioned in the docs, but that doesn't work either. I did have a developer subscription before the overhaul (active 2-3 years ago) and, as part of trying to get a new sandbox, clicked on the "delete profile" button on my dashboard. Maybe it will "unlock" after the 60 day waiting period (as described in the docs), but this process seems way too difficult...especially with the new "automatic" eligibility check described in the updated process. I'm currently using a prod tenant to do the things that I should be doing in a sandbox, so I hope there is an update that brings clarity to this program soon. Has anyone been able to create a new sandbox since the program was updated last month? Any tips, tricks or contacts that can help with this?14Views0likes0CommentsAccess denied on Sharepoint admin center but user has SP admin role
Hi Team, One of my user have SharePoint admin role but the user gets access denied when login to the Sharepoint admin center. Looks strange!!!! Does someone ever have this issue? Any help will be appreciated. Thanks.22KViews0likes8CommentsSharepoint view level permissions
Hello, I’m facing an issue in SharePoint. I have a main list where I need to create two views one for “A” users and another for “B” users. What should change is, for example, that “A” users can only see column “A” and “B” users can only see column “B”. And being sensitive data, they shouldn't be able see each other's columns. Using different lists is the only viable way I currently see this working, which i don't really want since this requires a lot more of work, unless someone can suggest a better solution. Note that currently I'm using two different pages inside the same website for user's "A" and "B". Thank you very much.11Views1like0CommentsTwo global navigation bars?
On the top of any page, I have the top navigation (Using Managed Navigation). But there is also another navigation bar directly below this one (which add a link for 'help') on some of the subsites, libraries, lists, etc. I am pulling out my hair trying to figure out where this is coming from and how to get rid of this. Can anyone help me, please?29Views1like1CommentMicrosoft Lists
Just been looking into Lists in SharePoint and find its great how you can make it look and function great, very pleasing to use. I like how you can have version history on items too and also if someone did delete the list you can restore it. But what if you want to restore if from backup, what if someone deletes a column. I use AvePoint backup and it doesn't show the list as a list when i restore. It just shows a spreadsheet. I cannot then paste the spreadsheet into an empty list because some fields like People and multiple choice do not format correctly from the spreadsheet back into a list. Is it just AvePoint or are there solutions to backup Microsoft Lists and restore them as a list. I cannot see going forward with lists if you cannot restore from backup. Thanks60Views0likes4CommentsAutomation for downloading an Excel file from SharePoint using the Microsoft 365 Cloud SDK
Hello, I’m working on an automation in SAP Build Process Automation using the Microsoft 365 Cloud SDK. The automation is designed to automatically download an Excel file uploaded to SharePoint and send it by email to a list of recipients every day. I am using to this the following tutorial: https://developers.sap.com/tutorials/spa-office-integration-agent..html The automation from the tutorial works, but I’d like to customize it a bit - for example, to make sure it always downloads the most recent Excel file if there are multiple files on the SharePoint site. However, I’m not sure how to adjust some of the parameters. I haven't found any other tutorials for that. I haven’t been able to find any other tutorials covering this scenario. I started with the activity Get Remote File Information, but I am not sure if it is a right direction. I don't know also how I should fill the field Output Paramters, if the activity is correct. Could anyone please help or point me in the right direction?12Views0likes0CommentsAutomatically email supplier when their certificate expires
Good afternoon. I have set myself a challenge and really could do with some help. I have a list of suppliers like below. I have expiry dates set up, with a colour formatting to show any date past the current date. On the end of the row, there is an email address of the company contact. I want SharePoint to automatically email that person as soon as it turns red/expires. What is the simplest way of doing this? I have looked at Flows etc, and online on video tutorials, but some of the guides are old and out of date or very complex and I am a novice. Is anyone kindly, can give me a step-by-step guide on how to do this, as this would be just awesome and finally bring my company into the 21st century! Thanks in advance.61Views1like4CommentsPublish Power BI reports to SharePoint site - page width
Hi, Can anyone help me with my publishing? I realize the page width can only be 3/4 of page width. Does anyone know the reason? I saw some youtubers shared the publishing experience and they all be the full width instead of 3/4. Thanks,3Views0likes0CommentsIssue with ribbon permissions in Microsoft Project.
I am working on Microsoft Project (EPM) and want to hide the Status button from the ribbon for the Project Manager role. I have already tried adjusting the permissions in PWA settings, but the button is still visible. Could you please suggest an alternative method?38Views0likes1CommentAccessing Page Properties as filter for a List (List Web Part or Embed Web Part, or other)
Hello... I've unsuccessfully scoured the web for an answer to this question, so I apologize if the answer is out there and I just can't get this to work. I have found a number of potential solutions that didn't seem to pan out, so I figured I'd start at the top and see if what I am is possible. Some "simplified" background (capitalized and quoted words refer to Sharepoint content entities) I have a standard set of management tools in the form of "Lists"; Action Items, Risk Management, Deliverables for example. These "Lists" contain the data for all projects in the organization. Each project has its own Sharepoint "Page" on the organization Sharepoint site. Should note these are "Teams" Site/Pages. Objective is to have a template page that can be copied when a new Project is started and limit the amount of manual configuration. Each data "List" has a common key - Project. In each list, the Project is a "Lookup" field that gets its value from a separate Project "List". I didn't want to use a "Choice" field since multiple "Lists" draw from the same set of Projects and thus limiting duplicative adding of projects when a new Project starts. What I want to do is include each "List" on a Project specific "Page" and since the lists contain data for all Projects I want to filter the list based on the Project field in the list. If I add the "List" as a "List Web Part", the only filtering capability is "Dynamic Filtering" which connects a filter field to something selected in another library or list on the page. With the "List Web Part" it seems the only solution is to have a "List View" preconfigured in the "List" specific for each Project and then the "View" can be selected in the "List Web Part" settings. This solution, although it works, is not ideal since for each new program we would have to create a new "View" in each "List" for the new Project and, after copying the template "Page" edit the "View" field of every list on the page. What I would like to do is key the filtering of the "Lists" based on the active Project "Page". I have added a Project field to the "Page Properties" and set the field to the Project name that is in the Project list to potentially use as the filter key value in filtering the "Lists". But I can't figure out how to make use of the "Page Property" in any of the web parts, whether trying to leverage json in some circumstances, or other potential solutions. I have tried various things using the "List" view formatting. The "View" filtering capability doesn't let you filter based on a "Lookup" field, but even if I did, I would still have to figure out how to reference the "Page" property that identifies the Project. I think the closest I have come is trying to use the "</> Embed Web Part". I can add this web part and set the website address to "https://....../Lists/AIList/AllItems.aspx?FilterField1=Project&FilterValue1=ProjectA" and it will populate the web part with the list filtered to only show the items associated with ProjectA. But what I want is to set the FilterValue1 to the Project "Page Property". I have seen references to page properties in various posts using @{Page.Project} (for example) or [$Page.Project] or perhaps other forms for various purposes, none of which have worked either in this "Embed Web Part" or attempts I have made in other potential solutions using json to try to control what is displayed. Sorry for the long post, but if anyone knows a way to achieve the desired effect it would be very much appreciated.9Views0likes0Comments
Events
Recent Blogs
- 2 MIN READWe are excited to shar a new episode on our partner showcase series focused on SharePoint in Microsoft 365. In this post, we focus on Accelerator 365 by Reply - Enhancing SharePoint with ready-t...Nov 12, 2025237Views1like0Comments
- Microsoft has announced the retirement of Office Online Server which can be optionally integrated with SharePoint Server on-premises.Nov 12, 2025189Views0likes0Comments