Forum Widgets
Latest Discussions
SharePoint Library Help Needed
I have a SharePoint Library where I would like to implement these requirements below and would appreciate your advise: Folders were created at the library level, which looks like the image below. I do not want people to be able to create any folders or upload documents or folders at the library level, but rather only when they open the folders. I have disabled folder creation and created a PowerApps form, so that users can only upload document, edit documents, view details of the documents when they open any of the folders., but I cannot seem to find the Power Apps form when I open any of the folders and try to upload a document or view a document or edit the document details. 2. I have a choice column called Fiscal Year which has options as = FY22, FY 23, FY24, FY25, FY26. By March 2026, I would like to create an automate flow which will auto create FY27 and remove FY22 from the choice, so that the choice column is always limited to only 5 years.45Views0likes1CommentSharePoint @mentions limited to random users
Hi everyone, We are hitting a strange issue with SharePoint @mentions where an affected user can only tag themselves and a few random employees, instead of the actual members of the site. I’ve attached a screenshot of what they see when trying to tag colleagues. The Details: The Glitch: Typing @ only populates a tiny fraction of the directory (see screenshot). The affected user (Michael Drabek) can tag me and himself, but none of the other 14 active members of this 16-member SharePoint site. Cross-Testing: Another user on that exact same shared site is able to tag Michael successfully, so his profile is discoverable to others—he just can't see them. Environment: This happens identically on both the web browser and desktop apps. Verified: Michael has the correct SharePoint site permissions and full Microsoft 365 licensing. It feels like a hidden Entra or User Profile Service sync glitch rather than a standard permissions issue, as his directory lookup seems completely restricted. Has anyone seen the person-picker index get broken like this for a single user? Any tips would be appreciated. Thanks!23Views0likes0CommentsSharePoint Learning Resources
I've been a SharePoint Trainer for 15 years, and have created lots of custom materials. I'm assessing whether there is a gap in SharePoint learning resources that I can fill. I've found lots of how-to articles, but few why-to (or why-not-to), best practices, and a lack of site creation support from IA to launch. Am I missing something, or is something missing from the marketplace? Would you like to read a why-to and best practices book for no-code sites that provide high business value? Would you be interested in a subscription to a help centre to outsource your in-house training? Is your key audience end users (how to find & follow things, navigate libraries, etc.), content contributors (best practices for documents/pages), site owners (site design, structured content presentation), or your corporate trainers (train the trainers)? How many end users or site developers would you anticipate licensing? Are you a site owner, corporate trainer, or other role? What pain points are you facing that you would love new resources for? Thank you, CaroleCaroleSLJun 10, 2026Iron Contributor48Views1like0CommentsSharePoint permission change notifications not working
Problem: Trying to get Microsoft Graph change notifications when permissions change on SharePoint/OneDrive drive items (sharing, inheritance breaks, access grants/revocations). Using Prefer: includesecuritywebhooks on subscription creation as documented subscription creates successfully, but the header appears to be silently ignored (notificationQueryOptions is always null in response, Preference-Applied header is always empty). What works: Regular content change notifications fire fine. What doesn't: Zero security notifications on any permission change. Subscription request: POST https://graph.microsoft.com/v1.0/subscriptions Prefer: includesecuritywebhooks { "changeType": "updated", "notificationUrl": "https://...", "resource": "drives/{driveId}/root", "expirationDateTime": "2026-06-12T00:00:00Z" } Permissions (all with admin consent): Files.Read.All, Files.ReadWrite.All, Sites.Read.All, Sites.FullControl.All, Directory.Read.All Already tried: Both v1.0 and /beta endpoints same result Every relevant permission combination But the official document says it should work: Link to documentation: https://learn.microsoft.com/en-us/onedrive/developer/rest-api/concepts/scan-guidance?view=odsp-graph-online#receiving-webhook-notifications-for-security-events Any working example or confirmation of current status would be extremely helpful. Happy to share more details or test specific configurations.28Views0likes0CommentsHow to copy alternate language site pages to another site
Hello, I have a requirement to copy an alternate language site page to other sites. The source site has 2 languages; english (default and french as the secondary) I want to duplicate that configuration however when I copy the site pages using Share Gate (incl. the fr folder) the options don't match. How can I copy the alternative language site page from one site to the other and it display as an option. Thank you DWTKDWTKJun 05, 2026Copper Contributor92Views0likes2CommentsMoving Files from a Shared Drive to a SharePoint site
Hi, I've seen the moving of files from a Shared Drive to a SharePoint site can be tricky, depending on the size of the files that are to be moved. What is the best and most effective way to move folder, files. I'm not sure yet of the number of folders and size of the files that will need to be moved? Can anyone provide an advise on this, please.. Regards ChrisChris_Clark1968Jun 02, 2026Iron Contributor131Views1like3CommentsMetadata for SP library
Want to get rid of folders within libraries. Issue, to sort them with columns every time people have to go into details or edit in grid view to fill them in. How can I create something that's easier for users to enter in the metadata? Goal is setup filters for finding their documents.nerdyplayerJun 01, 2026Brass Contributor87Views0likes1CommentDocument Sets - Want Subfolders (not just files) to inherit metadata
Trying to get subfolders (the actual subfolder) in a document set to inherit metadata. We have files and files in subfolders inheriting correctly but currently subfolders in the set do not inherit data. We are using the metadata column for view filter between active/pending/completed job status. What happens is the subfolders don't show in the filtered view so you cant traverse the subfolder structure. Show flat structure is not suitable as its hundreds of files. The shared columns settings in library settings, says it syncs for all 'documents' in the set. This excludes folders. Have tried power automate, but it doesn't seem to work applying the metadata to a folder object. We need to able to change a document set from Active > Pending and all the metadata change. Any ideas on how we can get the subfolders in inherit (and update) the metadata of the document set. Thanks in advance.MisterJJMay 31, 2026Copper Contributor93Views1like3CommentsSharePoint 2019 Crawler not working on one site.
I have a 2019 on prem SharePoint server running. I've not had an issue with crawling until recently. For some reason all crawling quit working after a reboot of the server so I just deleted the Search Service app and created a new one. No issues doing that. After assigning permissions and making sure the service was running. I checked the Crawl log. We have 3 SharePoint Sites that are listed in the Content Sources for Crawling. http://servername:2121 - site2 http://servername:17195 - mysites http://servername:39064 - site1 Crawling works perfect for site2 and mysites. The issue is with site1 I get the following warning for it Item not crawled due to one of the following reasons: Preventive crawl rule; Specified content source hops/depth exceeded; URL has query string parameter; Required protocol handler not found; Preventive robots directive. ( This item was deleted because it was excluded by a crawl rule. ) I've searched and tried just about everything I can find. Site1 and Site2 are almost identical so I don't understand why it works for one but not the other. I can browse to either just fine. Any suggestions on what else to look at? Things I've Tried: I made sure there are no crawl rules I created a new crawl rule to include the affected URL No Robots.txt file at all Created new content source with just site1 in it to testrogerssaMay 28, 2026Copper Contributor47Views0likes0CommentsSharePoint - Filter stacking
SharePoint list with a Link to Documents (hyperlink) column. When you click the link, it should open to the library where these documents are stored based on the associated ID for the record with all the documents that have that "Document ID", in this case 5550. /AllItems.aspx?FilterField1=ABC_ID&FilterValue1=5550&FilterType1=Text This field is a Hyperlink field The item opens in the library where the documents are all being stored, but is showing an additional filter value (sometimes, it will show three additional values) for example, it will show 5550, 5596, 2208 (all random each time). Is it caching old searched filters? When I go to the library and clear all filters and then filter from the All documents on the 5550, I get all my documents back no problem. I compared the URL with the broken filter to the URL from the all documents filter and they are the exact same Why would this be happening? What is breaking the filter and adding or stacking additional filters to the requested link. Any help to fix this would be appreciated.cc201May 27, 2026Copper Contributor184Views1like6Comments
Tags
- SharePoint Online18,336 Topics
- Document Library3,234 Topics
- Lists3,150 Topics
- Sites2,633 Topics
- admin2,261 Topics
- sharepoint server2,053 Topics
- Permissions1,995 Topics
- files1,731 Topics
- developer1,614 Topics
- microsoft lists1,585 Topics