30,332 questions
0
votes
0
answers
23
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
1
answer
31
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
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, ...
2
votes
1
answer
57
views
Exporting a VBA module from a SharePoint file
I am trying to export a VBA module from one workbook and import it into another:
Dim ProofName As Variant
Dim sDate As String
Dim CashShN As Variant
Dim wbkSource As Workbook
Dim wbkTarget As Workbook
...
0
votes
1
answer
30
views
Filter array based on another array
I have this array which contain a list of MediumID integers:-
And then i am getting some items from sharepoint, then i want to filter the sharepoint items with only the the one that have their ...
-1
votes
1
answer
85
views
Creating a new folder in Sharepoint using VBA for Excel [closed]
I am trying to create a folder at https:\\myorg.sharepoint.com\sites\CASH ORDER\Testing using...
MkDir "//myorg.sharepoint.com/sites/CASH ORDER/Testing"
...but I keep getting a run-time ...
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
1
answer
27
views
SharePoint REST API returns old site title for group-connected site even after update
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 ...
0
votes
1
answer
47
views
Form Dropdown showing no values
I have three Sharepoint lists, One for person, one for furniture, and one for house.
The house table has a lookup column that links to the person (PersonName) table, and the person table has a lookup ...
0
votes
1
answer
60
views
PnPjs Library: Create Sharepoint site fails with HTTP 400 response
I'm trying to create a SharePoint site using PnPjs library, but it fails with an HTTP 400 error. Any idea what might be causing this?
Reference: Creating a modern team site with PnPjs
Library: @pnp/sp
...
1
vote
1
answer
89
views
How to upload files from a C# console app to Sharepoint?
I'm pretty new to this (4 months into my first dev job) and I'm stuck on something.
The company asked me to write a C# program that uploads files from my computer to SharePoint Online. I googled ...
1
vote
1
answer
112
views
PDF link opens to exact page on Windows but not on mobile or tablet
I’m using a link to open a PDF file hosted on SharePoint (or any other web location) and I want it to open directly at a specific page.
For example:
https://example.com/myfile.pdf#page=5
On Windows ...
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 ...
-1
votes
1
answer
63
views
Data from html disappears and doesn't not post using rest api call. When submit button is selected the form clears and data is not submitted
I have a basic HTML form that submits data to a SharePoint list. There are no errors in the code, nor do I receive anything that would cause the form not to submit to the SharePoint list. I am using ...
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
77
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
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
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
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
114
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
1
answer
47
views
Adding entries to list in SharePoint using Power Automate and SharePoint HTTP
I have a flow that is to send JSON items to an existing SharePoint List. I keep getting the error message:
The type SP.ListItemEntityCollection does not support HTTP PATCH method.
I've attached a copy ...
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
1
answer
85
views
Fluent UI React v9 Button TypeScript errors in SPFx 1.21.1 with React 17 & TypeScript 5.3
I’m trying to use Fluent UI React v9 controls in a SharePoint Framework (SPFx) 1.21.1 web part, but I’m running into multiple TypeScript errors and cannot get even a single control to render.
Here are ...
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
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
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 ...
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 ...
0
votes
1
answer
124
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
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 ...
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
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
225
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
1
answer
52
views
How to retrieve Project Online data using AAD application with delegated permissions
I have this daemon application that connects to Project Online and performs some queries. It consists of getting a bearer token and then performing the queries, like in the two steps below:
Request ...
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 ...
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 ...
3
votes
1
answer
177
views
VBA Excel "Compile error: duplicate declaration" only on certain machines in shared workbook
Ive been working on a data entry form to input lines in a delivery plan in excel. After many manual tests and a few modules to run primitive unit tests, i got it working flawlessly on my local ...
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
1
answer
119
views
The multi-attachment file upload in Power Apps is not working on iPad, but it is working correctly on Android devices
I have created a Power Apps application where users can upload multiple attachments using the Add Attachment control. The functionality works perfectly on Android devices—I’m able to select and upload ...
1
vote
1
answer
135
views
Adding a photo from ActiveX to an Outlook email attachment using VBA
I am fairly new to VBA and am using a userform to let colleagues upload a photo which then gets pasted into an ActiveX photo box on my Excel spreadsheet. From here I then attach the complete form as a ...
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
1
answer
151
views
Get the full/absolute URL of an image webpart retrieved via the REST API
I'm using the Graph REST API to retrieve the contents of a SharePoint page by going through the different web parts. Some web parts contain images (in the data/serverProcessedContent/imageSources), ...
0
votes
1
answer
100
views
SharePoint site subscription for webhook notification
What are the different resource type Graph API supports for creating a subscription at a site?
I do know they have a valid resource type
/sites/{site_id}/drives/{drive_id}/root
Other than this; is ...