30,318 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-3
votes
0
answers
20
views
Integration between SharePoint and Oracle OAM for SSO [closed]
We attempted to implement SSO between SharePoint 2019 and Oracle Access Manager (OAM) using SAML 2.0, WebGate, and ADFS, but none of these approaches were successful.
Has anyone implemented SSO ...
Advice
0
votes
0
replies
23
views
I need to enable server-based SharePoint integration
I am trying to connect SharePoint to a model-driven app, but when I try to validate the SharePoint site, I keep getting an error during the validation process.
I have read the technical documentation ...
Advice
0
votes
0
replies
64
views
How to reconfigure code to not only search by title column but to search within document
Below is the current version of the code which filters a SharePoint document library by the title. Is it possibly to modify the api call to search filter the files based on either the title or the ...
2
votes
0
answers
94
views
SPFx – Error using ClientsidePageFromFile: "Cannot set properties of undefined (setting 'sectionFactor')
I’m working on an SPFx webpart that loads modern SharePoint pages and reads webpart properties.
For normal pages, I am using:
import { ClientsidePageFromFile } from "@pnp/sp/clientside-pages"...
0
votes
1
answer
23
views
Difference in the count of items displayed in site content and actual count of items
I have a document library in SharePoint
There are 70 items in it
But in the site content it keeps showing 76
What is causing this difference?
1
vote
0
answers
46
views
Copy files from sharepoint to Blob, am i doing things correctly
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 ...
0
votes
0
answers
45
views
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 ...
0
votes
0
answers
43
views
Get Microsoft Loop data to Power Automate
I'm trying to fetch the below Microsoft Loop table contents to Power Automate. I've tried the workflow below to fetch the content of the Microsoft Loop located from a Sharepoint but the best data I ...
Advice
0
votes
2
replies
55
views
Multiple cards (or similar visualisations) in Power BI
I have a SharePoint list (SPL) that I use in 'Gallery' view but even with JSON you can only format so much. So I'm thinking I'd like to use Power BI to do what I want, but have been struggling with ...
Advice
0
votes
0
replies
21
views
On Prem, Offline Power Automate
I'm looking for information about plans to release an On-Prem, Offline version of Power Automate. Google keeps giving me information about what happens when you go offline; currently Power Automate ...
0
votes
0
answers
35
views
Why do I get List index out of range error when writing a sharepoint list to azure delta lake using pyspark on Azure Databricks?
Writing a SharePoint list to delta file format and I get this error- list index out of range. I have included all the required columns to be fetched from sharepoint and check the datatype when writing ...
Advice
0
votes
0
replies
26
views
Sharepoint Microsoft Forms
For a specific need, I would be able to list all Microsoft Forms stored on my 365 account.
I would like to be able to export to .CSV, Excel or other kind of file a list with the title of the form and ...
0
votes
0
answers
33
views
How to reuse an existing SPFx WebPart inside another SPFx solution without copying or moving the code?
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 ...
-1
votes
1
answer
72
views
Call SharePoint Api using Power Automate "Http" by passing App registration clientID/Secret
I have created an Azure App registration, and granted it permissions to manage SharePoint sites. then i want to query the SharePoint sites' users, using SharePoint API, here the first request to get ...
0
votes
0
answers
31
views
Create hierarchical dropdowns in PowerApps based on two different SharePoint lists
I have created a time tracker app for back-office tasks that track multiple projects like answering correspondence or updating a members account. Per the requirements there are 4 dropdowns Project, ...