3,944 questions with Microsoft 365 and Office | SharePoint | Development tags
Freeze/Pin columns in sharepoint list
I have a sharepoint list and would like to freeze columns for scrolling purposes. As far as i can tell it cannot be achieved by normal means. However, i notice that my first column is frozen and am wondering if this can be expanded beyond the first…
Microsoft 365 and Office | SharePoint | Development
Migrate old files from sharepoint to blob ? how to handle files with the same names and types
I want to use Power Automate to move old files from SharePoint to Blob. but i have this concern, in SharePoint we can have the same file name and type under different folders, but in Blob case, we do not have folders,,, so how i can move 2 files which…
Microsoft 365 and Office | SharePoint | Development
How to manually add link to folder in sharpoint??
Dear Tem, I’m still fairly new to SharePoint. We recently integrated our ERP system with OneDrive for Business to allow users to upload supporting documents for their transactions. We’ve automated folder creation using Microsoft Power Automate—so when a…
Microsoft 365 and Office | SharePoint | Development
How to Access SharePoint REST API Using Azure AD App (Client ID & Secret) with Sites.FullControl Permission?
I’m trying to use the SharePoint REST API (_api) to retrieve site permissions, site groups, and identify site owners for SharePoint sites that are not group-connected. I’ve registered an Azure AD app and granted SharePoint API permissions with…
Microsoft 365 and Office | SharePoint | Development
Knowledge Agent Autotagging from custom list
Hi Team, I am experimenting with the knowledge agent. I want to implement the autotagging feature for the metadata when any file is uploaded in the sharepoint. The catch is I do not want tags from internet but from my organization custom tag list. How…
Microsoft 365 and Office | SharePoint | Development
Cannot access power apps platform
I cannot access Power apps even though I used my university email address. I got following error message: "You can access Power Apps using a Microsoft Account after you have at least one license. You may sign up for a free license.Learn More".…
Microsoft 365 and Office | SharePoint | Development
Unexpected rendering failure in custom SharePoint web part after recent platform updates
My second concern on this support platform: I’m currently trying to figure out whether a recent SharePoint backend update might be affecting one of our custom web parts. This web part has been stable for months, but starting this week, its React…
Microsoft 365 and Office | SharePoint | Development
Performance impact and throttling risks of using $orderby=FileRef desc on large document libraries
Hello, I am working with SharePoint Online document libraries that will need to handle large scale (e.g., libraries with 300,000+ items). I am currently using the REST endpoint /_api/Web/lists/getbytitle('Documents')/Items with a page size of 5,000. To…
Microsoft 365 and Office | SharePoint | Development
New Sharepoint Site does not appear in Microsoft Graph Explorer
I am trying to connect a sharepoint site to a third party vendor by using Microsoft Graph. When searching for the site in Graph Explorer, the site is not found. My permissions in graph have the consent to the information. Any ideas on what I can do? …
Microsoft 365 and Office | SharePoint | Development
Why is JSON formatting not working on Gallery view for my Sharepoint list
I am attempting to apply JSON formatting to a new list I created, but the formatting does not apply, and the cards still look the same. I have been using Copilot, Gemini AND Claude to assist me, but to no avail. I have tried different browsers, I have…
Microsoft 365 and Office | SharePoint | Development
Bulk approve files in SharePoint (With new Teams based Approvals)
There is no method to approve in bulk files added to a document library using the new Approvals that go via Teams. While it is possible to request multiple items for approval, bulk approving or approving via automation is not working. Within Power…
Microsoft 365 and Office | SharePoint | Development
How to make POST/PATCH request to add Hyperlink/Picture field in List?
I am trying to make a POST Request via Microsoft Graph Explorer Version v1 as well as Beta, to a list that has field of type HyperLink/Picture. I added request body for that field as { "fields": { "fieldName": { …
Microsoft 365 and Office | SharePoint | Development
Microsoft Security | Microsoft Graph
How do I create a teams channel for an already made SharePoint site?
How do I create a Teams channel for an already existing SharePoint site?
Microsoft 365 and Office | SharePoint | Development
Microsoft Teams | Development
Export and Import SharePoint site using Get-PnPSiteTemplate & Invoke-PnPSiteTemplate will not preserve the value of the people/group field
I have a SharePoint source site which contain a People/Group field linked to a SharePoint group named "Level2", as follow:- now i export the site using this powershell:- Get-PnPSiteTemplate -Out "c:\users\mo\site.xml" then i created…
Microsoft 365 and Office | SharePoint | Development
SharePoint 2019 Create New Web Application is disabled in Edge Browser for Farm Account
Microsoft 365 and Office | SharePoint Server | For business
Microsoft 365 and Office | SharePoint | Development
Customize SharePoint Body Form Layout using JSON Code
Hello @Anonymous Community Members! Any help will be greatly appreciated! I have searched for information on how to customize the body of a SharePoint form using JSON Code. Everywhere, it shows a horizontal column layout. But I need a Two-column Layout…
Microsoft 365 and Office | SharePoint | Development
JSON custom for double click when open the file
How to use JSON to force users have to double click when they want to open the file in SharePoint Site instead of single click by default
Microsoft 365 and Office | SharePoint | Development
How do I add a webpart to a library view? Or make a library webpart follow deep links?
Current Situation I have a document library that uses the Classic experience. This is necessary because the page includes a custom webpart that displays buttons based on the current user’s permissions and the document status (stored in a custom column).…
Microsoft 365 and Office | SharePoint | Development
can't use contentStream API
i'm trying to use the beta [contentStream](https://learn.microsoft.com/en-us/graph/api/driveitem-get-contentstream?view=graph-rest-beta&tabs=http) API to download drive items. I'm always getting a 401 error, with an HTML content saying: Invalid…
Microsoft 365 and Office | SharePoint | Development
CSOM Returns Unknown Site Users Like SLinkClaim
Why does the CSOM API return multiple “unknown” site users with titles like SLinkClaim.<Removed for PII> Guest Contributor? What exactly does the SiteUser object in CSOM represent? what does the slinkclaim really mean?