Get-PnPSiteTemplate: The remote server returned an error: (403) Forbidden
I want to copy one site collection from one tenant to another, so on the source tenant, I created this App Registering and I grant it full control on SharePoint:- And I define to use secret for the authentication:- Then I run this command…
Discrepancies Between Web.LastItemModifiedDate and Last Activity column in SharePoint Admin Center
We use the Web.LastItemModifiedDate property of a site to identify recently modified sites. However, in some cases, the value of this property does not align with the Last Activity column in the SharePoint Admin Center. Could you clarify the factors that…
I'm getting Eslint error on gulp serve with SPFX 16.x
I'm getting this error after gulp serve I'm using this versions: Node - 16.20.2 Npm - 8.19.4 @microsoft/generator-sharepoint@1.16.1 gulp-cli@3.0.0 yo@4.3.1 I alerady had a lot of issues with the versions compatibility adn now i can't do anything with…
Change SharePoint List Gallery Button Color By URL
I have a SharePoint list in gallery view that has links to different web pages. This list view is on each page of the navigation for training. I'd like to color code the buttons according to what page the user is on to visually indicate where they are,…
Nested apply to each loop to avoid in power automate
Hi , I have situation where I have to create around 6000 items in SharePoint list by manually trigger power automate flow. each items has some data based on 9 category, each day of month(30 or 31) and each hours (24 hours) of the day, that means 9x30x24…
How to stop JSON code from appearing in the display of a list
I have a Sharepoint List that has a multiple line text field. I wanted the size of the text of the field to display as 9pt, so I included the below JSON code. Unfortunately the JSON code is displaying with the column entry. Is there any way I can default…
Conditional Formula not working
Hello I am building a list and I am trying to show a field based on the response but it is not working. I want the field "wiki page' to show if the 'Is wiki page ready?' is yes. I currently have this field as a choice field with the following…
SharePoint External links audit
Good afternoon! I have a task to create a PowerShell code to check all shared links from our SharePoint site, regardless of when they were created. The current limit is 180 days. Is it possible to use PowerShell to check for the entire period? We need to…
How to build SharePoint online App that validated with MSFT
Hi, We want to develop a SharePoint Online App that can do attribute-based access control for file and page accessing. there are two options that we have now. One option is: develop a forward proxy located between client and SharePoint online to…
Custom section layouts and styling in SharePoint Online
Hello, I have a question about SharePoint Online (SPO). I want to add more flexible layout changes and customization to SPO (like being able to specify section split ratios or change image proportions). Is it possible to make such changes directly to the…
Graph Drive GetItems Filter has no effect
Hi There When I use this query: https://graph.microsoft.com/v1.0/drives/DRIVEID/items?%24filter=name%20eq%20%27TEST%27 to filter my drive for items with name = TEST i get returned ALL items on my drive. This was did not behave like this before. What did…
Sharepoint API with Python
Hello everyone, I have been struggling for weeks to connect to sharepoint and automate some of my ETL tasks using python. So basically I have followed the following instructions: Step 1: Register an Application in Azure Active Directory Log in to Azure…
SharePoint FrameWork ERROR_CONNECTION_REFUSED accessing Manifest.js
My Spfx solutions suddenly stop working even after multiple updates not reflecting the changes I made.
validateupdatelistitem does not work
I am trying to use the HTTP request to update Author field in SharePoint column without incrementing version from major.0 to major.1. I have set bnewdocumentupdate True, the column is updated with no error, but version is incremented. Many hours spent,…
SharePoint Rest API SPQueryThrottledException
Hello Team, We're using SharePoint 2019 On-Premises instance. We have one document library containing more than 10000 items. We have threshold limit for list/library as 5000 (the default one). we are tring to access folder having just 200 items from…
PnP (v4) Search Webpart Not Showing Home.aspx page in Search Results - SharePoint Online
Hi All, Looking for PnP Search Results Support - SharePoint Online I have a search page in which I have used PnP V4 Search Webpart to fetch pages from a SitePages Library. SitePages Library has 3 pages created under it, all published, with no unique…
Sharepoint API OData filter is not working
I am trying to get files from a specific folder(drive) in Sharepoint. First, I am getting the DriveItem. My Code: string filter = $"tolower(Name) eq '{folderName.ToLower()}' and…
How to set up a condition in "Create a file in SharePoint for attachments created or modified in a list"?
Hi. I created a flow in sharepoint site from templates "Create a file in SharePoint for attachments created or modified in a list" and now all attachments added to item in list are copied to the dedicated sharepoint's library (and that's ok).…
I am trying to extract the owner of a sharepoint site with a powershell script but I always encounter this erroe,I have given all the permisions required
Param( [Parameter(Mandatory = $true)] [string] $SiteURL ) $SiteURL="https://xxxxx.sharepoint.com/sites/xxxx" $env:PNPPOWERSHELL_UPDATECHECK = 'Off' $AdminSiteURL = "https://xxxxx-admin.sharepoint.com" $ClientId =…
graph api list items - deletion permanently
Hi, When using this endpoint DELETE /sites/{site-id}/lists/{list-id}/items/{item-id} , documentation is here: https://learn.microsoft.com/en-us/graph/api/listitem-delete?view=graph-rest-1.0&tabs=http I discover that the deleted items are in the…