Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
0 replies
21 views

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 ...
Ludovic VAGINAY's user avatar
0 votes
1 answer
38 views

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 ...
John John's user avatar
  • 7,367
2 votes
1 answer
60 views

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 ...
PhantomBanker's user avatar
-1 votes
1 answer
85 views

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 ...
PhantomBanker's user avatar
3 votes
0 answers
71 views

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 ...
LordPaylor's user avatar
0 votes
1 answer
48 views

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 ...
R D's user avatar
  • 3
1 vote
1 answer
92 views

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 ...
Mattia's user avatar
  • 11
0 votes
0 answers
40 views

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 ...
Gura's user avatar
  • 15
-1 votes
1 answer
64 views

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 ...
SPninja's user avatar
  • 11
0 votes
0 answers
117 views

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 ...
HipHop12's user avatar
1 vote
0 answers
56 views

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 ...
L3ni0's user avatar
  • 11
0 votes
0 answers
53 views

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. ...
faisal bagwan's user avatar
2 votes
0 answers
120 views

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/...
Raúl Ramírez's user avatar
0 votes
0 answers
33 views

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 ...
Drax's user avatar
  • 93
0 votes
0 answers
106 views

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. ...
san Zeal69's user avatar
0 votes
0 answers
22 views

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 ...
Marcus Adamski's user avatar
2 votes
0 answers
119 views

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 ...
Gnanavel's user avatar
  • 624
0 votes
0 answers
28 views

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 ...
Davon's user avatar
  • 121
0 votes
0 answers
57 views

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 ...
Austin Coleman's user avatar
0 votes
1 answer
52 views

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 ...
anselmo's user avatar
  • 31
2 votes
0 answers
95 views

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 ...
martienj's user avatar
1 vote
0 answers
43 views

I'm trying to patch person column on click of a button using the below code Patch( evListDriverLicence, Defaults(evListDriverLicence), { Driver: { '@odata.type':"#...
HKAK's user avatar
  • 109
0 votes
1 answer
124 views

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 ...
Aditi Jaiswal's user avatar
0 votes
0 answers
60 views

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 ...
4imble's user avatar
  • 14.5k
0 votes
0 answers
32 views

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 / ...
Jonathan's user avatar
  • 5,029

1
2 3 4 5
607