Skip to main content
Filter by
Sorted by
Tagged with
-5 votes
0 answers
60 views

I am getting all the SharePoint files that have not been modified since 5 years and I am copying them into archive site to be deleted later on. Now the built-in Copy file worked on almost 99% of the ...
John John's user avatar
  • 7,345
-6 votes
0 answers
40 views

Inside my power automate flow, I am getting the SharePoint list item attachments, then i am building an array of those attachments:- I can send those as email attachments inside regular email as ...
John John's user avatar
  • 7,345
0 votes
0 answers
23 views

I have two Azure AD security groups. AllStaff - everyone Editors - several specific users I have a site where in Site Access, AllStaff is added to the Visitors group. All users have read access to the ...
Neutrino's user avatar
  • 9,963
0 votes
0 answers
18 views

We have developed a SharePoint Framework (SPFx) application for customizations and are using @pnp/sp to perform GET/POST operations on SharePoint lists. Our system sends email notifications through ...
thedeepponkiya's user avatar
0 votes
0 answers
27 views

I have two separate SPFx solutions: Timesheet WebPart → already deployed and working on one SharePoint page HRMS WebPart → a completely separate SPFx project used on another page The Timesheet ...
v vennapusa's user avatar
-4 votes
1 answer
63 views

Problem: I need to call the SharePoint REST endpoint https://{tenant}.sharepoint.com/_api/web programmatically from a C# backend service without any Microsoft login popup. I already have these values: ...
Yash Keraliya's user avatar
0 votes
0 answers
60 views

I have this REST API call to SharePoint online, to check if a folder already exists in a document library : GET _api/web/GetFolderByServerRelativeUrl('Shared Documents/test test/test#') I am getting ...
John John's user avatar
  • 7,345
1 vote
0 answers
35 views

I want to remove or replace sensitivity labels from SharePoint, OneDrive and Exchange without using the Microsoft Graph Metered API. According to the following article, it seems this is not possible ...
Amit's user avatar
  • 87
0 votes
1 answer
33 views

I'm trying to fetch the live title of a SharePoint Online site using the REST API, but it keeps returning the old title even though the site title was updated hours ago. Here’s my current code: export ...
Mike Bartels's user avatar
0 votes
0 answers
46 views

So I have three lists in a Sharepoint. User list, Customer tracker and Engagement list. I have made a look up column in engagements that looks up to or from customer tracker list, name column to be ...
Kama's user avatar
  • 11
1 vote
0 answers
79 views

I am trying to use CSOM to upload files to SharePoint Online. I have created an application in the AzureAD/Entra ID portal and I have the following data. ClientId or ApplicationId TenantId Secret ...
JuanDYB's user avatar
  • 808
1 vote
1 answer
87 views

I want to implement pagination in my spfx webpart to show filtered list items. My list is having more than 5000 items, the filtered items may or may not be more than 5000. On each page i want to show ...
user2889674's user avatar
0 votes
2 answers
74 views

I joined two SharePoint lists in power automate using this technique. Everything is fine except for the fact that I cannot extract the email out of the person sharepoint object. The JSON looks like ...
ithoughtso's user avatar
0 votes
0 answers
79 views

I have developed a SharePoint Framework (SPFx) ListView Command Set extension that works perfectly in SharePoint Online. However, when I access the same list via Microsoft Teams, the command set does ...
Alien 'D' mars's user avatar
0 votes
0 answers
53 views

We are using Apache ManifoldCF 2.15 to connect to SharePoint Online via the SharePoint connector. Background Previously, we authenticated using user-specific tokens obtained from username + password. ...
faisal bagwan's user avatar
0 votes
0 answers
26 views

My SPFx web parts are disappearing from the site page when navigating to other pages and then returning. There are no errors in the console. Sometimes the web parts appear the first time, but other ...
Dhanush Ramalingam's user avatar
2 votes
0 answers
124 views

I know there are similar questions on the Internet. But none of it have the solution that I am looking for. I want to hide few action buttons (New, Edit in Grid View, Add shortcut to OneDrive, Pin to ...
Gnanavel's user avatar
  • 624
0 votes
1 answer
146 views

I’m facing an issue with SharePoint document libraries. When a file in the library is locked, I am unable to: Update the corresponding record Delete the record I understand that the lock prevents ...
Ahmed Bilal's user avatar
0 votes
0 answers
39 views

we need to know if an opened presentation is edited by a user in PowerPoint. We try todo this by remembering the initial Last save time when the presentation is opened and compare it with the current ...
Robin Bouwmeester's user avatar
0 votes
0 answers
27 views

I know there are a few different ways to get a list schema as an xml file. With the url {sharepoint site url}/_vti_bin/owssvr.dll?Cmd=ExportList&List={List GUID} or with PnP PowerShell https://pnp....
user802599's user avatar
0 votes
0 answers
60 views

Basically I have a link to a pdf hosted in SharePoint lets say https://mysharepoint.com/docs/my-file.pdf If I open Adobe Acrobat and do file open and paste that in, it will open and allow me to save ...
4imble's user avatar
  • 14.5k
0 votes
0 answers
46 views

Referring to 3.1.1.1 [MS-ADFSOD]: User and Relying Party in Different Realms Example | Microsoft Learn after introducing ADFS for authenticating custom users. The AD FS server authenticates the user, ...
samm's user avatar
  • 820
0 votes
1 answer
115 views

I have a PowerShell Script that give me an output of every file in our SharePoint Online tenant. The code works, the file get output in CSV format but the script is failing because it hits the max ...
Kenneth Kerr's user avatar
0 votes
0 answers
56 views

We have created SPFx with React project. We have used SPFx version 1.21.1 We have created one component to that project. Below is the code for the same, import * as React from 'react' const ...
Bhoomesh Joshi's user avatar
0 votes
1 answer
26 views

In a SharePoint list I have a lookup field with the internal name "Flurst_x00fc_ck" which references items of another list on the same site. If I set the lookup field in SharePoint I can ...
Mr. T's user avatar
  • 65
0 votes
0 answers
17 views

I have an API which creates and configures SharePoint Online site collections using PnPCore v1.15.0 in an Azure Function. It was previously successfully used in a cross-tenant scenario using an app ...
DaveM_77's user avatar
1 vote
1 answer
72 views

I’m working on automating SharePoint Online site configurations using the Microsoft Graph API. However, I haven’t found any documentation or examples that show how to create a Managed Metadata (...
Snehil Khatri's user avatar
-1 votes
1 answer
169 views

I'm currently working with SharePoint Online and facing an issue customizing modern site pages. I want to display different content based on the user (like personalized web parts), but I'm not sure ...
yuvraj raulji's user avatar
0 votes
0 answers
56 views

I am using the SharePoint REST API to automate the site creation process. I have created a Python script that calls the SharePoint Online REST API via the following endpoint: https://{tenant}....
Mano's user avatar
  • 23
0 votes
0 answers
51 views

Using PowerShell, I have done the following to change the content type associated with some documents in a library - to move from a custom CT to the standard default OOTB 'Document' content type. ...
AbAkt's user avatar
  • 335
0 votes
1 answer
261 views

In O365, i have a Sharepoint list and a very simple Power Automate Flow to get items from list. This works, flow get all items. But when i try to add a filter query to get only items with a specific ...
Fred Burette's user avatar
0 votes
2 answers
846 views

I'm working on a Power Automate flow that updates items in a SharePoint Online list. However, I'm facing an issue where certain columns (including Person/Group fields) are not appearing in the "...
Master Jojo's user avatar
2 votes
0 answers
123 views

I want to upload a file to my SharePoint site using Python. And the Office365-REST-Python-Client module is apparently the way to go. The code I am using is as follows: def ...
Bart Friederichs's user avatar
1 vote
1 answer
131 views

I have created a Power Automate Flow to send an Email when an item has been created in the SharePoint list. The flow is working as expected. Now, I need to implement the same flow to another tenant. ...
Bhoomesh Joshi's user avatar
0 votes
1 answer
126 views

Re-writing question from poorly detailed version posted before. Problem: With PowerShell - how to update or remove and replace a Label quick-part control wired to SPO version field? Context: For a ...
AbAkt's user avatar
  • 335
0 votes
0 answers
65 views

I have a model‐driven app in Dynamics 365 with a custom Time Entry table. What I want to do Automatically insert each Time Entry into the user’s Project Online timesheet. What I tried I’m using Power ...
hussein's user avatar
0 votes
1 answer
102 views

We are working on a project where an application running in Azure Kubernetes Service (AKS) needs to fetch CSV/XLS files from a specific SharePoint site. Currently, we're using an App Registration in ...
Titulum's user avatar
  • 11.6k
0 votes
1 answer
341 views

I'm wondering if the announcement of Basic auth deprecation for SP online mentioned here https://learn.microsoft.com/en-us/sharepoint/technical-reference/basic-auth-is-being-deprecated affects the use ...
Dan G's user avatar
  • 856
0 votes
1 answer
623 views

I'm trying to update a modern SharePoint Image column in a custom list from a Power Automate flow using the Send an HTTP request to SharePoint action. The goal is to upload or reference an image ...
Roman Dulak's user avatar
0 votes
1 answer
265 views

I need help, I am trying out to create an SPFx Application customizer. Its pretty simple, I just wanted to call a components from the main components. Here is my code src\extensions\emergencyBanner\...
Hawk's user avatar
  • 528
0 votes
1 answer
127 views

I'm using SharePoint CSOM in an Azure Function (App-only context) to create a modern page in the SitePages library of a SharePoint Online site. The App Registration has the following application ...
Giacomo Ciulx's user avatar
0 votes
0 answers
81 views

I am experiencing an issue with a SharePoint Framework (SPFx) web part that works perfectly on modern SharePoint pages but fails to render on classic SharePoint pages. The web part is a simple one (no ...
Snehil Khatri's user avatar
0 votes
0 answers
15 views

We have created few pages from page templates in SharePoint online. When the page template is modified it is not updating the pages which are created from it. Please suggest how to resolve this issue ...
user17274's user avatar
0 votes
2 answers
413 views

I am trying to filter a SharePoint List of Items to only get those that were modified within the past day. According to the following Graph API documents, I should be able to use the $filter=...
Daryl Clark's user avatar
1 vote
0 answers
279 views

We are looking to leverage these shortcuts in lieu of deploying sync relationships via GPO for our SharePoint migrations moving forward, I am in the process of just seeing how feasible this is from a ...
abakedapplepie's user avatar
0 votes
1 answer
493 views

We have an Azure Function that runs on a scheduled basis, and we have enabled its managed identity. Using this identity, we’ve successfully integrated the function with both Azure SQL Database and ...
microsoftdeveloperdesigner's user avatar
0 votes
0 answers
27 views

Shared metadata fields within a SharePoint Document Set fail to propagate to underlying child documents created via the Client-Side Object Model (CSOM) API upon updates to the Document Set. This issue ...
Divya Kabali's user avatar
0 votes
1 answer
95 views

I'm retrieving the JSON representation of a SharePoint page using the endpoint: GET https://graph.microsoft.com/v1.0/sites/${siteId}/pages/${pageId}/microsoft.graph.sitePage?expand=canvasLayout&...
thewildman971's user avatar
-1 votes
1 answer
63 views

My scenario is: I have created a list, let's call it Customers, with a few columns, say CustomerID, CustomerName and CustomerTaxNr. Then there's the Document Library in which I've created a column of ...
Jim Andrakakis's user avatar
0 votes
1 answer
47 views

My company wants to roll out the Viva Connections home site to users with personal devices. We have the home site set up in Teams are able to use MAM policies on personal devices to get Teams in ...
Pizza_Potamus's user avatar

1
2 3 4 5
80