SharePoint Online
18123 TopicsSharepoint term store interface is frustrating for large termsets
We have a termset in our term store containing a few hundred entries. I'm doing some housekeeping - deprecating some terms, renaming others - but the user interface makes it very difficult. By default, the termset seems to only display the first 40 or so entries, alphabetically. I have to click 'load more' to see the next batch of entries. When I edit one of the later entries and save the change, I'm always taken back to the first 40 entries. So I have to click 'load more' then scroll down to get back to where I was. Make another change. Get taken back to the start of the list. Repeat. It's hugely frustrating. I don't know if this is expected behaviour - in which case it's poor usability - or if there's a setting I can customise to change the behaviour. Any advice?5Views0likes0CommentsSay Goodbye to Blank Pages: Modern SharePoint Templates Are Here
🚀 New Feature Alert! 🚀 Modern SharePoint page templates are landing soon—50+ ready-to-use designs, a centralized Template gallery, and live previews to make content creation a breeze. 🗓 Targeted Release: Mid-June to Late-June ’25 🌐 Worldwide GA: Early-July to Late-July ’25 ✅ On by default—no admin action needed Empower your teams with faster, on-brand, professional pages for news, events, status updates, and more. Get ready to explore the gallery and save hours on page builds! #SharePoint #Microsoft365 #Productivity #Templates #Collaboration84Views1like4CommentsSuddenly can't edit page banner if it's a "color block" style.
Over the past two days all three content creators in the company have had this problem crop up on their systems when attempting to edit any page in our tenant that uses a banner set to the "Color Block" style. When we click edit, the edit page comes up, but most of the banner isn't displayed. We see the bottom half of the banner, and it's not clickable, we can't get the controls to change the image. Note that the scroll bar is at the top - we can't see the whole banner. If we click "Accessibility Issues" on the right, we can see "no alt text" in the banner as a problem. If we click on that, the banner properties will appear and we can change away from the "Color Block" style and things go back to normal. We've tried this in three browsers, three people, rebooted, cleared caches, etc. MSFT, guesses?66Views1like2CommentsThe issue of embedding window and notification display (customCardProps) in SharePoint JSON
Hi Everyone, I am facing an issue while using JSON to format and create an embedding window along with a notification (customCardProps) in SharePoint. Specifically, I want the notification “Task assigned successfully” to appear on top of the embedding window when the user clicks the button. However, despite applying CSS properties such as z-index, position: absolute, and other customizations, the notification is not displaying correctly and is not overlaying the embedding window as expected. Here is the JSON code I am using: "customCardProps": { "formatter": { "elmType": "div", "style": { "padding": "15px", "font-size": "14px", "background-color": "white", "border": "1px solid #ccc", "border-radius": "4px", "box-shadow": "0 2px 8px rgba(0,0,0,0.1)", "z-index": "10000", "max-width": "300px", "position": "absolute", "top": "20px", "left": "50%", "transform": "translateX(-50%)" }, "children": [ { "elmType": "div", "txtContent": "Task assigned successfully" } ] }, "openOnEvent": "click", "directionalHint": "rightCenter", "isBeakVisible": true }, "customRowAction": { "action": "embed", "hideListHeader": true, "actionInput": { "src": { "operator": "+", "operands": [ "https://abcn=", "[$ID]" ] }, "width": "0", "height": "0", "directionalHint": "Center", "hideFrame": true, "theme": "dark", "style": { "border-radius": "50%", "overflow": "hidden", "width": "50px", "height": "50px", "display": "block", "margin": "auto", "z-index": "9999", "position": "relative" } } } I have tried changing the z-index and position properties but have not achieved the desired result. Does anyone in the community have experience or a solution to solve this issue? Looking forward to your help. Thank you very much!6Views0likes0CommentsGet-PnPSiteTemplate: The remote server returned an error: (403) Forbidden
I want to copy one site collection from one tenant to another, so on the source tenant, I created this App Registering and I grant it full control on SharePoint:- And I define to use secret for the authentication:- Then I run this command:- Connect-PnPOnline -Url "https://****.sharepoint.com/sites/****Integration" -ClientId "***" -ClientSecret "ptv**" Connecting with Client Secret uses legacy authentication and provides limited functionality. We can for instance not execute requests towards the Microsoft Graph, which limits cmdlets related to Microsoft Teams, Microsoft Planner, Microsoft Flow and Microsoft 365 Groups. You can hide this warning by using Connect-PnPOnline [your parameters] -WarningAction Ignore then i got this error, when i tried to Get the site template:- Get-PnPSiteTemplate -Out "Integration.xml" Get-PnPSiteTemplate : The remote server returned an error: (403) Forbidden. Any advice? i remember i did this operation 1 year ago and it worked well. Thanks175Views0likes4CommentsPagination using SharePoint online rest API to get listitems.
The only implementation I see is by using Odata.nextlink. Does pagination support page number pagination by any chance? I have not been able to find any concrete documentation regarding skip,Skiptoken since what i see its only recommended using odata.nextlink. How do we achieve page number pagination?159Views0likes1CommentSharePoint Migration
A few years ago, I created a solution for another department where they could store video files that they download from their security files. The files weren't supposed to stay there long term. They are store in a document library in an Online SharePoint site. Fast forward to today, that department has filled up our SharePoint storage capacity over and over again. We are not able to delete these files, for legal reasons. Storing large video files in a document library is probably not the best use case. I'm looking to migrate these files over to Azure Blob Storage. My question is does anyone have a good solution to move large files and TB's worth of files from a SharePoint document library to Azure Blob Storage? Because they are large files Power Automate is not a good solution because it times out. I'm open to purchasing something if that is the best solution I find. Thanks8Views0likes0CommentsUnable to create form in SharePoint
Hi all, I'm trying to create a survey form in sharepoint so that the response sheet to the form can be worked upon collaboratively in sharepoint. Observations: I am able to create the form in my onedrive but not in sharepoint. Please see the image for error when I try to create a form in sharepoint. I am unable to move my response sheet to sharepoint without making it unlinked to the form. I also tried fetching the response sheet data using 'get data' option in the sharepoint excel but even that doesn't seem to work. This particular point I'm not very confident if I'm doing it right but I tried to follow steps given in few youtube videos. My IT support says there's no permission issue as I have 'Forms' included as one of my apps as part of my subscription. I don't know what to do next as I have to create multiple forms and their response sheets must be in sharepoint (as a sheet of a larger excel in sharepoint) for everyone to work on it. Thanks in advance for all the support.17Views0likes0CommentsUnable to Create a Rule on a Library with Contribute Permission
Hi the community, I tried to create a rule on a document library where I have Contribute permission. However, when I click on "Create a rule", I get a blank window. Strangely, with the same permission level on a list, it works as expected. Do you know if this is a known limitation? Do you have any workaround to suggest? Thanks in advance.Solved53Views0likes3Comments