3,989 questions
0
votes
0
answers
11
views
How can we retrieve the flows associated with a specific list from the current site?
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 ...
-4
votes
1
answer
61
views
Access SharePoint REST API (/_api/web) from a C# backend — get token programmatically (no login popup)
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:
...
1
vote
0
answers
34
views
Remove or replace sensitivity labels without using Graph Metered API
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 ...
0
votes
0
answers
42
views
Sharepoint look up column returning blank
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 ...
1
vote
1
answer
73
views
How to get total item count of filtered items from sharepoint list using PnP js
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 ...
0
votes
0
answers
78
views
My SPFX ListView Command Set Not Showing in Microsoft Teams but Visible in SharePoint Online
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 ...
0
votes
0
answers
25
views
How to resolve SPFX webparts hiding Issue in site pages
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 ...
0
votes
1
answer
129
views
Unable to Update or Delete SharePoint Library Record When File is Locked
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 ...
0
votes
0
answers
26
views
SharePoint get versions of a list schema
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....
0
votes
0
answers
40
views
How the WS-Federation Passive Endpoints configured in ADFS work?
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, ...
0
votes
0
answers
53
views
Images from the SPFx Web Part assets folder are not loading
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 ...
0
votes
0
answers
13
views
Add content type from hub using managed identity
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 ...
-1
votes
1
answer
161
views
How can I customize modern SharePoint Online site pages to include dynamic web parts or personalized content for different users?
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 ...
0
votes
0
answers
50
views
Changing content type for SPO items with PowerShell
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.
...
0
votes
2
answers
801
views
Power Automate – Some SharePoint List Columns Not Appearing in "Update item" Action
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 "...
1
vote
1
answer
124
views
Unable to Export Power Automate Flow as Zip File
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. ...
0
votes
0
answers
62
views
How to post a Dynamics 365 Time Entry into a Project Online (PWA) timesheet via Power Automate using the ProjectServer REST API?
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 ...
0
votes
1
answer
337
views
Sharepoint Basic auth authentication effect SharePointOnlineCredentials login method?
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 ...
0
votes
1
answer
241
views
SPFx Application Customizer
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\...
0
votes
0
answers
77
views
SPFx Web Part Fails to Render on Classic SharePoint Page but Works on Modern Page
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 ...
0
votes
2
answers
387
views
Filter SharePoint List Items by lastModifiedDateTime using Graph API
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=...
0
votes
1
answer
470
views
Azure Function's Identity to Read/Write to SharePoint Online
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 ...
0
votes
1
answer
85
views
Microsoft Graph API returns 404 when querying SharePoint file by siteId, listId, uniqueId
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&...
0
votes
1
answer
46
views
Limit/Block access to all SharePoint sites except one based on device enrollement in Entra
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 ...
0
votes
1
answer
420
views
PowerApps - Obtain DisplayName
Our organization uses a DisplayName that is different from FullName for all things Microsoft.
Hence FullName maybe something like "John Smith" while DisplayName is "Smith, John (...