30,328 questions
-5
votes
0
answers
54
views
Copy a file using the built-in Copy File action will fail if the filename contain "%5F" or "%20" or "%27" [closed]
I am getting all the SharePoint files that have not been modified since 5 years and I am copying them into archive site to be deleted later on. Now the built-in Copy file worked on almost 99% of the ...
Advice
0
votes
0
replies
14
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
25
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
24
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
27
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
44
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
18
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
64
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
31
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
88
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
76
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
33
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
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 ...
0
votes
1
answer
70
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
...