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
2 answers

Implementing Login Form in PowerApps

I have created a simple login form in Powerapps using Canvas app. Below shown is the code for Login Button If(!IsBlank( LookUp(AdminCredentialList, Title=username.Text And…
Heena
  • 1,691
  • 13
  • 37
  • 56
0
votes
0 answers

Update SP.FieldLink through SharePoint REST API

I want to set a Contenttype's field to be hidden. When I try to do this I get the error: The type SP.FieldLink does not support HTTP PATCH method I'm able to retrieve the field's information with a GET request…
RoelVB
  • 1,586
  • 11
  • 12
0
votes
1 answer

SharePoint Library Permissions

I have a modern SharePoint site whose library has gone rogue and is no longer associated with the parent site (it's a long story). If I try to access this library, I get an error telling me I don't have permission to access it. But, since it's no…
Mike E.
  • 1
  • 1
0
votes
1 answer

Getting an 415 Error when posting to a SharePoint Calendar using an HTTP Request through Power Automate

I am attempting to update my SharePoint Events calendar using an HTTP Request step and so far I keep getting hung up on an 415 error. I see that my data is coming through in the tests, but it gets lost when it should post. The inputs are as…
0
votes
2 answers

SharePoint list - Email button

This code makes that the outlook windows opens automatically when we press the "email" button and takes the email that has been saved in the "Kontakt" Field. We need to complete this code so when we press the button it automatically takes the…
0
votes
1 answer

How to automatically do access rights for people across files in Sharepoint

Once I add list of people to a document say Excel and uploaded to Sharepoint online, is it possible to carry forward the same list when I take a copy of that excel without me adding manually everytime? I need to give access to same people every…
0
votes
1 answer

Updating a SharePoint Calendar using an HTTP Request in Power Automate - Error 400

I'm creating a Power Automate flow that will update the Events Calendar when a Leave request is approved and I decided to try to using an HTTP Request (if anyone has a better idea, I'd love to hear your thoughts on it, but given what I've seen in…
Ian
  • 11
  • 4
0
votes
0 answers

How do I get a list of a user's SharePoint group memberships across a Microsoft tenant?

I have a list of users and for each I want to generate a list of all SharePoint groups that user is in, across the whole tenant. What is the best way to do this? So far I can list every site in the tenant and then check for group membership in each…
Jan Martin
  • 408
  • 3
  • 11
0
votes
1 answer

How do I get PowerAutomate to update a seperate column in a SharePoint list when another column is updated to a choice?

I am trying to get PowerAutomate to put a date/time stamp in a column when a status column is updated. The status column is tied to a SharePoint 'board' and the goal is to update the corresponding status column with today's date when the user moves…
0
votes
0 answers

Can I use single Connect-PnPOnline connection for different SharePoint sites

I need to get a list of all files, older then 5 years, from few thousands sharepoint online sites and I am trying to do it by powershell script. The problem I am having is that I have to reconnect with Disconnect/Connect-PnPOnline for each site…
user3195616
  • 195
  • 2
  • 13
0
votes
1 answer

SharePoint : "The remote server returned an error (401) Unauthorised" error

Getting "The remote server returned an error (401) Unauthorised" while trying to access it by the C# code by ClientId and ClientSecret. Please check the below code - string siteUrl =…
0
votes
1 answer

SharePoint: How to get a term set by column-id in C#?

I try to get all terms in a set that is being used in a SharePoint list column which is a managed metadata column. The Microsoft Graph API does not give any information about the term set in the ColumnDefinitions and the Microsoft REST API seems to…
0
votes
1 answer

"Getting Data" error - Powerapps with Sharepoint list as data source

I know this may sound basic but im having trouble running my poweapps application. It sticks to "Getting Data". Im using sharepoint as data source Im expecting the application to load the data and show the form that needs to be filled up by the…
0
votes
0 answers

Display Tableau Report using Embedding API V3 on a SPO Page

I have a requirement to display a tableau report on a SharePoint Online Modern page using their embedding API V3 which is provided here - https://help.tableau.com/current/api/embedding_api/en-us/index.html. The issue I'm facing with the below code…
0
votes
1 answer

Copy file from on-prem sharepoint document library to SharePoint online

I am trying to copy on-prem sharepoint files from a document library to sharepoint online document library using data gateway and power automate. I have tried using different methods but I either end up with corrupted files or the "file identifier"…