Questions tagged [sharepoint-online]

A cloud-based service, hosted by Microsoft, that provides SharePoint collaboration platform as an online service.

SharePoint Online is a collection of Web-based tools and technologies that help your organization store, share, and manage digital information. Built on Microsoft SharePoint Server 2013, this hosted service is ideal for working on projects, storing data and documents in a central location, and sharing information with others. The following Content features makes Enterprise Content Management (ECM) easy for everyone. It’s the combination of traditional content management, social capabilities, and powerful search.

3816 questions
0
votes
0 answers

SharePoint File.CopyTo removes version history

I am copying a file to SharePoint library from different library using File.CopyToUsingPath function. I am setting overwrite parameter to True since many a times the file with same name would be present already. sourceFile.CopyToUsingPath(filePath,…
Sushrut Paranjape
  • 429
  • 2
  • 4
  • 17
0
votes
0 answers

Sharepoint Online - Adding HasAttachments to the property restrictions of Advanced Search

I'm trying to add HasAttachments to the property restrictions of advanced search in sharepoint online, but I can't get it to return any results, I believe this means I am not setting it up correctly but I haven't been able to find any guidance via…
0
votes
1 answer

List validation in Sharepoint

I need to build a formula which is applied to multiple fields in a list. The logic is as follows: If alternative "a" in choice field "b" is selected, then make input value in field "c" mandatory. I need to repeat this logic for multiple input fields…
Harnan
  • 11
  • 2
0
votes
1 answer

Using Power Automate to make SharePoint document libraries from a CSV

I have an upcoming task of making over 100 document libraries for the team here. I have all this data in a spreadsheet, Library name and (ideally) the list of choices for a column. I've read that Power Automate can help here, since the organisation…
0
votes
0 answers

Save All Images From an Image Column in a Sharepoint List to OneDrive Using Power Automate

I have a Sharepoint list with an image column called "Comprovante"(portuguese). I need to extract the images from that column, rename them with the title column called "Título" and save to a OneDrive folder. Could you help or guide me? Thanks! My…
0
votes
1 answer

Modern SharePoint: How to create a form that is hosted on the site (instead of personal cloud account)?

When I embed 'Microsoft Forms' web parts on pages on my department's SharePoint Online (Teams site) to collect custom feedback the Excel response file gets saved in my individual OneDrive account. It's still a business account, not a personal…
Qudsia
  • 53
  • 8
0
votes
0 answers

How can I modify SharePoint file properties or delete versions with Power Automate while another user has the file locked?

Is it possible to force update SharePoint file properties or delete versions when the file is being edited by another user (i.e. locked), using power automate or rest API Tried to close locked file using power automate but could not do it
Akshay J
  • 1
  • 2
0
votes
1 answer

Set default values in SharePoint Columns for a specific document folder

I am attempting to set default values for columns in a document list in SharePoint using the PnP.Core SDK. I can successfully set the values and then query them and get the default values back: private async Task SetFolderDefaultValues(IFolder…
0
votes
1 answer

Microsoft Graph API C# Get all list items with PersonOrGroup column expanded

i am trying to get all list items using the Microsoft Graph API in C#. Since the documentation is sparsely populated i am currently having troubles to get all list items containing all the columns with the PersonOrGroup columns contains the name of…
0
votes
0 answers

Attaching an Excel workbook to an exisitng Online SharePoint list using VB .Net

Have done the Google research and also searching here with no real solid luck with using Microsoft.SharePoint and Microsoft.SharePoint.Cient for VB .Net. Can anyone help with how to upload an Excel workbook as an attachment to a list. We have the…
Benny H.
  • 25
  • 5
0
votes
1 answer

Microsoft Sharepoint Online - total size of the columns in this list exceeds the limit

Getting the error Sorry, something went wrong The column cannot be added because the total size of the columns in this list exceeds the limit. Please delete some other columns first. When creating new Person type column in Sharepoint Online. I have…
0
votes
1 answer

Connect Sharepoint Online WebServiceProxy

I need some help with sharepoint online, so far I've been using WebServiceProxy to pull information from on premise sharepoint. However, it no longer works with sharepoint online. Can anyone help me with the powershell script, i will add that there…
Ushrael
  • 17
  • 4
0
votes
2 answers

Sharepoint online (spfx with react) - custom forms?

I'm building custom New and Edit forms. I'm interested if there is some way to get the fields of list displayed on Edit/New that would work by default from Sharepoint, or I must rebuild every field using packages such as…
private7
  • 347
  • 1
  • 2
  • 15
0
votes
0 answers

Unable to List All SharePoint Online Lists Using SharePoint SPFX Framework

I'm new to SharePoint SPFX development. As I am new to SharePoint SPFx, I was trying the below Microsoft Official Tutorial Connect your client-side web part to SharePoint (Hello World part 2) . I successfully completed Part 01 of the tutorial…
ChiranSJ
  • 195
  • 1
  • 3
  • 20
0
votes
0 answers

SharePoint API $expand past a depth of 2

Is there a way to expand a SharePoint API request to go beyond a depth of 2. I currently have 3 lists a,b and c A references b which in turn references c. At present I'm having to make multiple requests to fetch the data from a SharePoint list,…