3,957 questions with Microsoft 365 and Office | SharePoint | Development tags
Azure function and IDCRL
I am reading this article about the retirement of Microsoft SharePoint: Retirement of IDCRL authentication protocol and enforcement of OpenID Connect and OAuth…
Microsoft 365 and Office | SharePoint | Development
How to use calculated time between in sharepoint
Hello i am doing this code in sharepoint lists but get syntax error when doing this, what can i do instead?
Microsoft 365 and Office | SharePoint | Development
Can we get the total size of data in GB that have not been modified in the last 5 years
Can we get the total size of data in GB that have not been modified in the last 5 years inside all the sharepoint sites? thanks
Microsoft 365 and Office | SharePoint | Development
Move sharepoint files error "problem deleting folder.Folders that have subsites can't be deleted. "
i am using power automate to get files only from a site then move those files to another site, but on some files i am getting this strange error:- /sites/Operations-Archive/Documents/Information Technology/Board Portal/Board and Committee…
Microsoft 365 and Office | SharePoint | Development
Power automate http triggered new URL again change with new URL in few days ago
Hi Team, According to a recent alert, the Power Automate HTTP triggered URL has undergone an update with a new URL, and we are required to configure the new HTTP trigger URL in our SharePoint custom script by November 30, 2025. Following this alert, we…
Microsoft 365 and Office | SharePoint | Development
Organization assets library not accessible in Word / Excel / PowerPoint
Hi, we have successfully created two Organization Asset Libraries using the following instructions: https://dori-uw-1.kuma-moon.com/en-us/sharepoint/organization-assets-library We created the ImageDocumentLibrary asset with the following…
Microsoft 365 and Office | SharePoint | Development
Need API to Determine if OneDrive/SharePoint Document Is Open or Locked
We are building a solution that programmatically creates document versions in OneDrive/SharePoint using the Microsoft Graph API. Our process iterates over a list of files and re-uploads the content to create a new version for each document. The challenge…
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
Unexpected Rendering Failure When Injecting Custom SPFx Component Into List Form
while developing an SPFx customization for a SharePoint Online list form. I’m using a custom SPFx application customizer to dynamically inject a React component into the modern list form using the placeholder API. The component loads correctly on most…
Microsoft 365 and Office | SharePoint | Development
JSON column formatting not applying conditional styles consistently
I am using JSON column formatting in a SharePoint Online list to highlight rows based on a status field, but the conditional formatting only works for some items and seems to ignore the rule for others. I’m using a simple equality check in the JSON, and…
Microsoft 365 and Office | SharePoint | Development
When using Sharepoint agent I get an 'I wasn’t able to retrieve the content from the file ' response from the agent
When I ask a SharePoint agent a question on a file, I get the following responses. The error responses I am getting are 'I wasn’t able to retrieve the content from xxxx.pdf due to a read error, which can occur because of file access restrictions or…
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
Formatting code field for Form in Sharepoint is too small
When using the "Add an Item" function in Sharepoint I get the standard form. That can be customized by using the "Configure Layout" option. You can then add Json code to format the Form. Unfortunately, the field to add the…
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
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
Microsoft Clarity for SharePoint analytics
Hi, Can Microsoft Clarity be used for SharePoint analytics? Especially for site and page analytics. If so, could you please share some use cases? Thanks, PII Removed
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
Issues with configuring SharePoint webhooks to reliably detect list item changes
I’m working on a solution that depends on SharePoint webhooks to track changes in a large list, but I’m running into problems keeping the subscriptions stable. I can create the webhook successfully through Microsoft Graph and receive the initial…
Microsoft 365 and Office | SharePoint | 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
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…