Skip to main content

Questions tagged [sharepoint]

For SharePoint-specific questions, please see the SharePoint Stack Exchange (https://sharepoint.stackexchange.com) site. Use this tag for programming questions which may involve SharePoint. Microsoft SharePoint is a platform and a family of software products developed by Microsoft for collaboration and web publishing.

0 votes
1 answer
16 views

How can I parse this list output and make it a String so I can use it as a sender in an email?

I am trying to pull from a SharePoint list to send an email to a group of people using power automate? I am following the below steps in power automate Step 1 Trigger Step 2 Get Email List - this is ...
Hirstmj's user avatar
0 votes
1 answer
13 views

Exporting list of specific Planner IDs to a CSV

We just deployed a specific M365 Planner to 385 SharePoint sites and I need to pull a csv of all those site names and the planner ID for that specific plan. I modified the script I used to add a ...
Justin's user avatar
  • 3
0 votes
0 answers
5 views

Copy/cutting/pasting files in sharepoint online

Is there a way to copy/cut/paste files in sharepoint online as efficiently/fast as in Windows file explorer? Right clicking > copy > select folder > confirming takes a lot longer than just ...
Tom's user avatar
  • 1
0 votes
1 answer
17 views

How to add value from a row if another row contains a certain value?

I have two SharePoint Lists. SharePoint List A contains information and gets information added to it. Example Name Title Age Bob Clerk A Sally Clerk B SharePoint List B contains information that ...
Hirstmj's user avatar
0 votes
0 answers
10 views

Delete all items from a sharepoint list with the REST Api

Is there a method to delete all items from a sharepoint list using the REST API ? Preferably not using a Loop over all items and deleting individual item ? I have got to the point where I can delete ...
Dmitriy Ryabin's user avatar
1 vote
0 answers
16 views

using sharepoint REST API - can POST files as an app but not GET a list of files?

I have successfully registered an app and can generate a JWT to get a token for my app to upload files directly into a Sharepoint site. I'm now trying to read this list of files back but the same ...
user26426138's user avatar
0 votes
0 answers
11 views

Modify SharePoint List Schema with Python

I want to periodically add choices to a Sharepoint List with Python, but when I do so the choices are formatted in the same way. I tried to add random colors by Generating the json schema ...
Romero Azzalini's user avatar
0 votes
0 answers
9 views

ShareGate Migration Error with Specific Service Account

I'm encountering an issue during a ShareGate migration where an unexpected error occurs only when using a specific service account. The error message is as follows: "An unexpected error occurred: ...
pankajwagh's user avatar
0 votes
0 answers
16 views

SSIS package export to Sharepoint site

I have an SSIS package, which exports data to an MS Excel spreadsheet. I want to upload that MS Excel spreadsheet on to a sharepoint site, within the SSIS Package. Is there a way of doing this without ...
user22539527's user avatar
0 votes
0 answers
15 views

Shared With Me API can not filter

I tried to get the file that someone just sent me through /me/drive/sharedWithMe, but I couldn't find it at the top of result. I found that the results were sorted by createdTime, but the file I ...
beimingci's user avatar
0 votes
0 answers
14 views

Sharepoint CSOM / downloading files from SP document library

I am trying to download the files in our sharepoint document library but can't find any items or files. I'm not quite certain where the error is as itemcount is showing the correct number of items. ...
user2951075's user avatar
0 votes
1 answer
23 views

How to user Power Automate to copy files in SharePoint that match certain pattern

I have files ('abc 1000.xlsx', 'def 1001.xlsx', 'ghj 1002.xlsx', etc...) in 'source_folder'. I want to copy each of these file to the corresponding '1000', '1001', '1002', etc... folder in '...
newbie2024's user avatar
0 votes
0 answers
18 views

Sharepoint List Validation for Status column

I have a status column in a SharePoint list. I need to write validation to make sure the statuses go in order. The correct order for all entries should be " not started" -> " In Work&...
akinlaw's user avatar
0 votes
0 answers
16 views

Issues with filtering by lastModifiedDate for SharePoint with GraphApi

It is already a week and I can't still find a way to get some documents from my SharePoint and be able to filter by lastModifiedDate. I am working on an application for getting documents from ...
Andrei Nagy's user avatar
-2 votes
0 answers
24 views

Upload Document Using Laravel to SharePoint

Anyone know how to upload document (docs, pdf) with Laravel to Sharepoint ? i am trying using Microsoft Graph API but still struggling. in my case i wanna store the data in mysql and sharepoint here ...
Rifato's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
1968