3,501 questions with no answers
0
votes
0
answers
24
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 ...
0
votes
0
answers
13
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, ...
0
votes
0
answers
51
views
SharePoint 2019 - List View Command Bar with BaseDialog and DropDown List
Hi experts: When I customize a List View Extension - Command Bar on SharePoint 2019 On-Premises and click on my custom Command Bar, my BaseDialog - Panel appears. I have successfully retrieved the ...
0
votes
0
answers
33
views
Can I upload files to SharePoint via Microsoft Graph API from Android application without Microsoft login page?
I wrote a Flutter application, which confirms deliveries (generates signed delivery notes and allows to take pictures). The final step is to send the note pdf file and images to SharePoint.
Currently ...
3
votes
0
answers
69
views
Open an Excel file save in Sharepoint environment in desktop app using Power automate
In my line of work, I have to use an add-on to Excel in order to extract data from multiple instruments. I'm a chemical engineer in a chemical plant, so think thousands and thousands of inputs, all ...
0
votes
0
answers
39
views
How to show list and field displayName in a view using SharePoint REST API?
I am trying to copy an existing SharePoint List using SharePoint REST API.
I was able to achieve what I wanted to do, but the display names for the fields and the list itself is not displayed within ...
0
votes
0
answers
39
views
Uncaught Error: [$injector:modulerr] received while attempting to run angular app
I receive the following error "Uncaught Error: [$injector:modulerr]" while running the following app. The code is designed to submit the data received to a SharePoint list when the submit ...
0
votes
0
answers
54
views
I have created a flow using power automate for Sharepoint list. Facing issue with duplicate rows being created
This is my flow.
I am using the flow to update or create items in TestPlanner. Taking data from Excel - TestPlanner and user access list.
The TestPlanner List is getting duplicate rows.
I am not able ...
0
votes
0
answers
116
views
Power Automate to send an email to approvers, if Approval Status changes to Requested in sharepoint document library
I have a SharePoint document library where I have configured approvals
The idea being a department will access this Library and see all the approvals. Approvals are sent by pressing the Approval ...
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 ...
1
vote
0
answers
55
views
Copying file from sharepoint to blob storage in ADF with Service Principal Certificate
Because ACS has been retired, I have to update my pipeline to use certificate-based authorization instead of using secret.
Azure tutorial isn't updated to use certificates. Is there any way to ...
0
votes
0
answers
53
views
Apache ManifoldCF 2.15 SharePoint Online connector failing after Basic Authentication deprecation (403 Forbidden)
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. ...
0
votes
0
answers
51
views
How to add missing alt attribute to automatically generated SharePoint ribbon image?
In our university website built on SharePoint (classic, on-premises), there is automatically generated code from SharePoint when the master page is created. For example, the ribbon banner code:
<...
0
votes
0
answers
44
views
Unable to acquire new SharePoint Online access token across tenants in Azure AD SSO app (AADSTS50076 MFA error)
We have an Azure AD Single Sign-On (SSO) .NET 8 Core application that transfers documents from one SharePoint tenant to another.
Based on the selected tenant, we retrieve sites, libraries, etc.
We ...
2
votes
0
answers
117
views
How to hide Command bar in Sharepoint using SPFX Extension without CSS injection?
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 ...
2
votes
0
answers
115
views
Request to Sharepoint sign-in endpoint ?wa=wsignin1.0 returns 403
Until 2 weeks ago, I could retrieve from multiple Sharepoint lists data using SOAP API instead of REST.
To do that, I use the following URL and Body:
url = "https://login.microsoftonline.com/...
0
votes
0
answers
32
views
SharePoint Online page loads on first navigation but not on subsequent clicks in Android WebView
I’m embedding a SharePoint Online portal page inside an Android WebView.
From the top page,when i click the menu item to load a Addressbook page,
The page loads correctly the first time, but when I ...
0
votes
0
answers
168
views
How to implement recursive folder processing in Power Automate to handle dynamic folder depths?
I am working on a Power Automate solution to mirror the contents of a network drive (using the File System connector via on-premises data gateway) into a SharePoint document library.
The folder I want ...
0
votes
0
answers
35
views
Prevent SharePoint Word documents from being opened in the desktop application
I'm working on a SharePoint Embedded solution which, among other things, creates Word document view/edit links using the Graph API endpoint createLink : https://learn.microsoft.com/en-us/graph/api/...
0
votes
0
answers
100
views
sharepoint , anonymous login, without sign in, in iframe
I would like to set up document sharing in SharePoint with the following requirements:
The document should be accessible to anonymous users without requiring them to log in with a Microsoft account.
...
0
votes
0
answers
22
views
New MS Lists and MS List Forms - reusable column options
I'm trying to create an inspection checklist workflow, using the new MS Lists & MS List Forms. Each check list item is a separate field / column. Each of the check list columns represent a ...
0
votes
0
answers
69
views
Sharepoint Custom Styling: Using JSON to improve style of file table. Onclick not expanding groupings
Using custom JSON to style a table in Sharepoint. This issue is the labels aren't expanding the groupings when clicked.
The view is a library of files grouped by a column "File Type". I'm ...
1
vote
0
answers
122
views
Excel XLSM with VBA multi user issue
I have a challenging issue with an XLSM file with some macros in a multi-user environment. In this file I have some macros, amongst others one when the file closes - it hides certain sheets, and one ...
0
votes
0
answers
27
views
Is there a way to send an Excel file with BizTalk SharePoint adapter using ClientID and ClientSecret?
As say in the title, I need to send an excel file to a SharePoint with ClientID and ClientSecret credentials.
I put the clientId in the username text box of adapter, same with the clientSecret in ...
0
votes
0
answers
57
views
How can I collect multiple images and zip into folder for sharing?
I am creating a flow that queries images stored in an Image Library and then collects them in an array to be emailed to a user. I have made it possible where it will send the images that satisfy the ...
0
votes
0
answers
228
views
How to grant an Azure Service Principal access to a specific SharePoint site (using Sites.Selected permission model)
I’m trying to connect Databricks with SharePoint and need an Azure Service Principal for the connectivity. I want to grant this Service Principal access to specific SharePoint sites, but I’m unable to ...
0
votes
0
answers
83
views
Minimal permissions in Graph for app to share file with PNP PowerShell
I try to create an app to upload files to a SharePoint library and then share the file with an external user. But I want the app to have the minimalistic permissions possible.
Everything is working as ...
1
vote
0
answers
59
views
Call SharePoint Rest API with ADFS SSO
I am struggling to call SharePoint Rest API from a site which uses ADFS SSO Authentication. I have tried multiple solutions like this.
But I'm still stuck. Now I have built up a .NET Code to call the ...
2
votes
0
answers
94
views
Cannot publish a document in sharepoint which has a minor verson of 511
We have been using MS Graph in SharePoint for over several years. No customer used minor versions so far (I wasn't aware it was there). Now in some sites the minor versions are activated. This means ...
1
vote
0
answers
41
views
Patching a person column from a single select combobox in power apps
I'm trying to patch person column on click of a button using the below code
Patch(
evListDriverLicence,
Defaults(evListDriverLicence),
{
Driver: {
'@odata.type':"#...
0
votes
0
answers
89
views
How to Interface with SharePoint using Python when your login requires a certificate (CAC/PIV Card)
I'm trying to access a file folder in SharePoint directly within Python so I can see the files stored in there and manipulate them as necessary. However, I don't have a username or password to sign ...
0
votes
0
answers
58
views
Open PDF in Adobe Acrobat from browser (Like SharePoint Online)
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 ...
0
votes
0
answers
26
views
Unable to add item to the list on SharePoint Subscription Edition
I have a simple list called test2 and I am trying to add a row using the code. My code is as below:
using Newtonsoft.Json;
using System.Net;
using System.Net.Http.Headers;
using System.Security;
using ...
0
votes
0
answers
32
views
Determine if a user has previously opened / viewed a file
I am using spfx v.1.21, and pnp/sp v.4.15
I have created a webpart to display contents of a library in a custom way.
Is there a property I can read or some other way I can determine if the user / ...
0
votes
0
answers
141
views
Power Automate flow fails when called as a guest user when called from a Power App
I have built a Power App that uses several Power Automate flows. The flows use connections to Excel Online (Business) and SharePoint Online. Everything works fine until now.
Now I need to use the ...
0
votes
0
answers
22
views
PowerShell run task after Yeoman SharePoint Generator
I try to create a PowerShell script doing other things after creating a new spfx project with the Yeoman SharePoint Generator.
The code for Yeoman is:
yo @microsoft/sharepoint --component-type "...
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
0
answers
113
views
How to store API key in PowerAutomate set up?
I have set up a cloud flow in PowerAutomate in a Sharepoint set up. I added a http action to call an API, when an item is created in the site.
I have provided the URL in the settings of the HTTP ...
0
votes
0
answers
37
views
Access an excel file in sharepoint using python to ingest into SQL sever using a dataframe - Access has been blocked by conditional access policies
I presently have a .env file which holds the sql login credentials and the sharepoint login credentials.
My code below fails in the second section of Step two with the following error:
An error ...
0
votes
0
answers
36
views
Move only one Sharepoint content database to a other SQL Server
I have a Sharepoint farm (2019) that contains only one SQL Server where all the databases are located - both configuration and content databases. I want to move a couple of content databases to a new ...
0
votes
0
answers
60
views
How to retrieve an photo (serviceRelativeUrl) in vba of a linked SharePoint list
The membership list of our sporting club is maintained by a Sharepoint list. I established a link between the sharepoint list and an excel file, which appears as a seperate tab/table in my excel. When ...
0
votes
0
answers
51
views
SharePoint Online (SPO) REST API not creating unique web root IDs
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}....
0
votes
0
answers
114
views
I am trying to run the pnp Powershell Script for getting all the groups and users in the group with their access levels using app registration
I am using the following script, but the role is showing as empty in Excel.
Can anyone help me so that I can get the data in Excel for user permissions which is roles column in the Excel sheet?
Role ...
0
votes
0
answers
35
views
Assign permissions to a user who isn't a member of a site via the REST API
I have a SharePoint library named "LIB_1" within the site "SITE_NAME".
I want to grant permissions to the user "[email protected]" for "LIB_1", but the user is ...
0
votes
0
answers
119
views
How to get attachments from sharepoint list items
I'm doing a flutter app that needs to retrieve a list of items and then their attachments if any.
I'm using this api to retrieve all the items:
https://graph.microsoft.com/v1.0/sites/$siteId/lists/$...
0
votes
0
answers
30
views
Sharepoint REST API paginated query in Power BI retuning 404 errors for rows where data exists in SharePoint list
I am running a query in Power BI on a large SharePoint list of over 10,000 rows. In preview everything works but when I attempt to load the table, I get 404 errors in my data for rows where I know the ...
0
votes
0
answers
145
views
How to delete duplicate items on sharepoint list using PowerAutomate?
I have a flow that does the following:
when an item is changed in a specified column (a person is added/removed in a User column) on SP List 1, get all items from list 1
create items for all items on ...
1
vote
0
answers
98
views
Sharepoint List QueryTable.Refresh not working
I'm trying to get/refresh data from sharepoint list using below code but refresh is throwing error
Run-time error 1004: Application-defined or object-defined error
How to resolve this issue?
Sub ...
0
votes
0
answers
25
views
PowerApps ComboBox on Collection
I have a gallery from which I load all items into a collection when any value changes. One of the items is a Person ComboBox. I have gotten the record into the Collection. Eventually, I need to save ...
0
votes
0
answers
47
views
Unexpected 429 Errors from SharePoint /list and /content APIs – Not Near Documented Limits
I'm currently working with the Microsoft Graph /list API to retrieve files from a SharePoint document library and then using the /content endpoint to download each file.
After processing approximately ...