4,217 questions with Microsoft 365 and Office | SharePoint | Development tags

Sort by: Updated
1 answer

SharePoint List - Existing Multiple Lines of Text values display encoded HTML after changing column back to Enhanced Rich Text

Hello, I'm maintaining an existing SharePoint Online list. The list is populated by a Microsoft Forms → Power Automate → SharePoint workflow. The Power Automate Create item action writes plain text into list columns, one of the Multiple lines of text…

Microsoft 365 and Office | SharePoint | Development
asked 2026-07-17T16:36:05.7033333+00:00
Zhao, Ruochen 0 Reputation points
answered 2026-07-18T08:57:21.57+00:00
Teddie-D 19,360 Reputation points Microsoft External Staff Moderator
1 answer

Create Request Files for sharepoint folder programatically

inside SharePoint we can create a folder and allow users to request files for anonymous users from the UI. now can we automate this creation and create this request for files using Graph API or SharePoint API?

Microsoft 365 and Office | SharePoint | Development
asked 2026-07-16T13:34:20.1833333+00:00
john john Pter 1,550 Reputation points
edited an answer 2026-07-17T14:13:48.12+00:00
Michelle-N 20,140 Reputation points Microsoft External Staff Moderator
1 answer

Adding the .app file in SPSE single farm

Hi Folks, Recently we have migrated from Sharepoint project server 2019 to Sharepoint Subscription edition with Database attach process. PWA site is up and running with same urls, appcatalogs also created and working, app domain and app prefix also…

Microsoft 365 and Office | SharePoint | Development
asked 2026-07-14T09:26:07.97+00:00
Shivam 20 Reputation points
commented 2026-07-16T15:10:49.6233333+00:00
Michelle-N 20,140 Reputation points Microsoft External Staff Moderator
1 answer

Copilot Studio SharePoint knowledge source returning old/stale file version instead of updated one

Issue: I updated a file in the connected SharePoint library (replaced an older version of a PDF with a newer one — same filename, content changed). After the update: The agent continues to answer using content from the old version of the file. I have…

Microsoft 365 and Office | SharePoint | Development
asked 2026-07-09T21:52:09.8866667+00:00
Manikandan V 5 Reputation points
commented 2026-07-16T05:52:16.3833333+00:00
Ankita Jaggi 0 Reputation points
1 answer

Potential Bug in Microsoft Access - SharePoint Linked List Attachments with Ampersand (&) in File Path

I would like to report what appears to be a bug in Microsoft Access when working with SharePoint linked lists that contain an Attachment column. Issue: When a SharePoint list is linked to Microsoft Access, adding an attachment to a record fails if the…

Microsoft 365 and Office | SharePoint | Development
asked 2026-07-16T03:11:42.69+00:00
Vince Dacanay 0 Reputation points
answered 2026-07-16T04:51:58.9933333+00:00
Teddie-D 19,360 Reputation points Microsoft External Staff Moderator
2 answers One of the answers was accepted by the question author.

Organization assets library not accessible in Word / Excel / PowerPoint

Hi, we have successfully created two Organization Asset Libraries using the following instructions: https://learn.microsoft.com/en-us/sharepoint/organization-assets-library We created the ImageDocumentLibrary asset with the following…

Microsoft 365 and Office | SharePoint | Development
asked 2025-12-11T10:52:22.5066667+00:00
MKI | Thomas Bakker 20 Reputation points
answered 2026-07-15T23:13:24.1133333+00:00
Jacob Hutson 0 Reputation points
2 answers

"What is Microsoft's supported way for an SPFx web part to determine whether the current user has access to a document library?"

I am building an SPFx React web part that displays buttons for configured SharePoint document libraries. I need to hide a button when the currently authenticated user does not have permission to view items in that library. I am not changing or granting…

Microsoft 365 and Office | SharePoint | Development
asked 2026-07-10T21:26:53.32+00:00
Joseph Dostie 0 Reputation points
commented 2026-07-15T22:32:55.41+00:00
Hin-V 16,405 Reputation points Microsoft External Staff Moderator
1 answer

Can PnP Provisioning preserve SharePoint List GUIDs across environments?

I am using PnP Framework 1.15.1 with the 2022/09 Provisioning Schema to provision SharePoint Online lists. After applying the provisioning template, I noticed that all newly created lists have different SPList.Id (GUID) values compared to the source…

Microsoft 365 and Office | SharePoint | Development
asked 2026-07-14T15:39:33.8566667+00:00
Rosamartina Milazzo 10 Reputation points
answered 2026-07-14T17:46:33.21+00:00
Hin-V 16,405 Reputation points Microsoft External Staff Moderator
1 answer

Creating applications with access restrictions and sharing data

Suppose i am creating an application. This has two access level.. One for Admin who has complete access over the data and other one has BU level access. BU nominators should have access only to upload nominations/names and to view their uploaded…

Microsoft 365 and Office | SharePoint | Development
asked 2026-07-13T07:51:17.64+00:00
Nagarajan, Deepa (Cognizant) 0 Reputation points
commented 2026-07-13T10:14:05.76+00:00
Michelle-N 20,140 Reputation points Microsoft External Staff Moderator
2 answers

What is the replacement for `GET /me/drive/sharedWithMe

The Graph API GET /me/drive/sharedWithMe is marked as deprecated. What is the recommended replacement? The Learn AI agent suggested that "The recommended replacement for this API is to use the driveItems returned from the sharedWithMe method."…

Microsoft 365 and Office | SharePoint | Development
asked 2025-11-18T11:46:00.7633333+00:00
Meg Gotshall 0 Reputation points
commented 2026-07-13T05:07:15.3066667+00:00
Tharushi De Silva 75 Reputation points
0 answers

Using AD FS to implement OIDC authentication, an 'IDX10500: Signature validation failed.' error occurred when access SharePoint with AccessToken

Hi. I am implementing the integration between SharePoint Subscription and AD FS. I have installed the SharePoint Subscription version and configured AD FS as…

Microsoft 365 and Office | SharePoint | Development
asked 2025-05-22T07:29:39.3066667+00:00
Hugo 0 Reputation points
commented 2026-07-11T10:13:22.3733333+00:00
Quan PHAM HONG 0 Reputation points
1 answer

How to migrate share point alerts into rules programitically

We do have more than 45k alerts in sharepoint sites. we would like to understand is there any approach we can able to migrate all the alerts into Rules using c# dot net core.

Microsoft 365 and Office | SharePoint | Development
asked 2026-07-10T19:01:15.5233333+00:00
Palani, Taraka 0 Reputation points
answered 2026-07-10T20:26:44.5433333+00:00
Hin-V 16,405 Reputation points Microsoft External Staff Moderator
1 answer

Automating subsite creation and using a site as the template.

I currently have a Flow that creates a subsite from a template site. I am using an HTTP Request GET to get the template site and then a HTTP POST to create the site. It was working, but then it fails saying the site already exists on the POST action.

Microsoft 365 and Office | SharePoint | Development
asked 2026-07-10T00:27:14.63+00:00
Kim Williams 0 Reputation points
edited an answer 2026-07-10T01:36:37.7666667+00:00
Teddie-D 19,360 Reputation points Microsoft External Staff Moderator
2 answers

SharePoint Access Issue (401 Unauthorized - 403 Forbidden- Failed to get metadata ) with APP Registration

Hello, We followed Microsoft's recommendations as described in the Microsoft Q&A response regarding ACS Retirement and SharePoint App Permissions‎ impact - Microsoft Q&A, following my question posted on March 13, 2026. All ACS-based applications…

Microsoft 365 and Office | SharePoint | Development
asked 2026-07-08T16:31:26.0633333+00:00
LAHOUAZI Ferhat 20 Reputation points
commented 2026-07-09T22:38:47.86+00:00
Hin-V 16,405 Reputation points Microsoft External Staff Moderator
1 answer One of the answers was accepted by the question author.

JSON Formatting View to hide commandbarprops based on user

Hello! Can someone please help with the syntax for this please? I am hoping to hide the delete button within a SharePoint view depending on whether the logged in user is the same as the Created By user. I've started with this but is not working but I'm…

Microsoft 365 and Office | SharePoint | Development
asked 2026-07-07T13:48:59.6633333+00:00
Mcintosh, Rebecca 246 Reputation points
commented 2026-07-09T14:47:07.4+00:00
Michelle-N 20,140 Reputation points Microsoft External Staff Moderator
1 answer One of the answers was accepted by the question author.

Deprecation of /insights/shared and /me/drive/sharedWithMe - Missing viable migration path for file discovery

I am developing an application that relies on discovering files shared with the logged-in user. The legacy /insights/shared endpoint is being retired, and modern alternatives like sharedWithMe are also facing deprecation notices. The suggested transition…

Microsoft 365 and Office | SharePoint | Development
asked 2026-07-09T06:38:29.9833333+00:00
Naman Mukesh 20 Reputation points
accepted 2026-07-09T08:59:34.27+00:00
Naman Mukesh 20 Reputation points
1 answer One of the answers was accepted by the question author.

Cannot send requests to Work IQ REST APIs from SPFx application

Requests made to Work IQ REST APIs fail due to CORS: Access to fetch at 'https://workiq.svc.cloud.microsoft/rest/beta/copilot/conversations' from origin '{tenant_url}' has been blocked by CORS policy: Response to preflight request doesn't pass access…

Microsoft 365 and Office | SharePoint | Development
asked 2026-07-01T22:33:57.1666667+00:00
Pete Heidler 20 Reputation points
commented 2026-07-09T06:40:16.51+00:00
Teddie-D 19,360 Reputation points Microsoft External Staff Moderator
1 answer One of the answers was accepted by the question author.

"Specific People" sharing-link group with a member but no role assignment and a non-existent target document

Summary On a SharePoint Online site we find a SharingLinks.* group that has a guest member, but: the document whose UniqueId is embedded in the group's name does not exist (404), and no role assignment anywhere in the site references the group. A…

Microsoft 365 and Office | SharePoint | Development
asked 2026-06-19T06:37:30.94+00:00
Ali Jone 40 Reputation points
commented 2026-07-08T09:52:40.9366667+00:00
Michelle-N 20,140 Reputation points Microsoft External Staff Moderator
1 answer

Issue with Graph API Endpoint GET /sites/{site-id}/pages/ only returns pages with PageLayoutType property equals "Article"

I am using a graph api endpoint GET /sites/{site-id}/pages to sync site pages data from SharePoint to blob storage and then input for Azure AI Search. However, there are some published site pages but not returned in the graph api result. And I found that…

Microsoft 365 and Office | SharePoint | Development
asked 2026-07-05T18:03:17.37+00:00
Richy Duong 0 Reputation points
commented 2026-07-07T22:56:01.5666667+00:00
Hin-V 16,405 Reputation points Microsoft External Staff Moderator
1 answer

FraudThrottle/AUP block on Microsoft 365 Developer tenant – Developer Program dashboard broken, requesting engineering/Data Protection review

Hello Microsoft 365 Developer Program Support, I am requesting Developer Program escalation for my Microsoft 365 E5 Developer tenant. NOTE: The Developer Program dashboard (https://developer.microsoft.com/en-us/microsoft-365/profile) is not rendering any…

Microsoft 365 and Office | SharePoint | Development
asked 2026-07-07T20:35:31.41+00:00
Azhar Ramjahn 0 Reputation points
answered 2026-07-07T22:42:20.08+00:00
Hin-V 16,405 Reputation points Microsoft External Staff Moderator