30,331 questions
Advice
0
votes
0
replies
21
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
1
answer
38
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 ...
2
votes
1
answer
60
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
...
-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 ...
3
votes
0
answers
71
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
48
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 ...
1
vote
1
answer
92
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 ...
0
votes
0
answers
40
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 ...
-1
votes
1
answer
64
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
117
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 ...
1
vote
0
answers
56
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. ...
2
votes
0
answers
120
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
33
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
106
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 ...
2
votes
0
answers
119
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
0
answers
28
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
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 ...
2
votes
0
answers
95
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
43
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
1
answer
124
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 ...
0
votes
0
answers
60
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
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 / ...