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

My gallery view changes back to list view when I save my page Sharepoint online

I copied a format code for my list (see below). I had to copy it in list view then change into gallery view. It changes my list view into tiles (see added picture) and it almost works. BUT when I use the list in gallery view on a sharepoint page it…
Eva
  • 1
  • 1
0
votes
0 answers

Microsoft Workflow Client Workflow Not Found Exception

In SharePoint online, I am creating Classic team site with 2013 designer workflow. if I am creating a new 2013 workflow. I am getting the below error message wherever I am trying to run the workflow either manual or auto. "Workflow 'xxxxxxxx', for…
0
votes
1 answer

SPFX:TEAMS Integration: Uncaught (in promise) Error: Either Guest user or Cortex is not enabled

We are facing an error while deploying a SharePoint application within the Microsoft Teams platform. The application is built using the REACT (class components) + TypeScript + SPFX framework and is designed to display user-specific information such…
0
votes
0 answers

What is the GRAPH API equivalent of GetFolderByServerRelativeUrl to recursively build a hierarchy of folders

I use a Sharepoint V1.0 API call https://mydomain.sharepoint.com/mysite/_api/Web/GetFolderByServerRelativeUrl(parentfolder)?$select=Title,File/Name&$expand=Folders,Files As part of a PHP function to build an array of files and folders. Starting with…
0
votes
0 answers

How to show count of sharepoint list column in power bi Table Rows

how we can show sharepoint list column count in power Bi Table Rows as shown below: Sharepoint List Columns: PBI Table Count: ( we need to create this table of counts)
0
votes
0 answers

Microsoft E5 Develper sharepoint tenant has disappeared

I joined the Microsoft Developer program (as an individual, not a company) in Oct 2022. I then set up a Microsoft E5 instant sandbox. Since then, I have been using my account to build and test Sharepoint sites, including SPFX extensions, Application…
YesGenesisCamel
  • 173
  • 1
  • 12
0
votes
0 answers

MS graph drives api does not return the updated contents of a file

We're using the graph api/drives/{drive-id}/items/{item-id}/content?format=pdf from a function app, to generate a pdf version of a given word file stored in a SharePoint library (communication site). The problem is that if the file is recenty…
ElinK
  • 1
0
votes
0 answers

Create new page in child folder under Site Pages library using @pnp/sp

I need to create a page programmatically in a child folder under the Site Page library. I have created an SPFx solution for the same. I have created a functional component and added one button on that button click event I need to create a page under…
0
votes
0 answers

Sharepoint framework SPFX global configuration for using @pnp/sp

I am creating a webpart using SPFX(react). I am using @pnp/sp for interaction with sharepoint. I want to have a global pnp configuration with the context without having to pass the context in each component as props. I followed this code and created…
Imjaad
  • 588
  • 3
  • 12
0
votes
0 answers

Sending outlook meeting invite to thousands of users

this question is more towards understanding office 365 exchange limits. Problem: A outlook teams event is scheduled by admin and details(event id) of that event are kept in a sharepoint list item. Now user have option to attend that event(through a…
0
votes
0 answers

SharePointOnlineCredentials does not contain GetAuthenticationCookie

I've accepted some work using SharePoint. I need to discover the APIs and call them. I've looked for examples and followed one that looks like this: var siteUrl = "https://contoso.sharepoint.com"; var username =…
cgraus
  • 784
  • 2
  • 9
  • 26
0
votes
1 answer

SharePoint Online Set-PnPListItem - Unable to set Enterprise Keywords / TaxKeyword value

I'm trying to set enterprise keyword on a file using PowerShell but it's not working. below is the command I'm using: Set-PnPListItem -List $ListName -Identity $Item.Id -Values @{"TaxKeyword"="4992bb31-d492-4e07-821c-dee7448a4605"} The commands…
0
votes
1 answer

Error while building a SPFX React Webpart

I am building my first react webpart. While running the gulp build I am getting the following error. Error - 'sass' sub task errored after 111 ms Can't find stylesheet to import. ╷ 1 │ @import '~@fluentui/react/dist/sass/References.scss'; │ …
user388969
  • 337
  • 1
  • 9
  • 30
0
votes
0 answers

VBA to Add new row to sharepoint from excel file

In my Excel workbook I have a table with dimensions same as sharepoint-online list. I want to add rows to sharepoint-online list if its added to excel table. I have followed, following code to do so but HTTP status is not 201 and an error keeps…
0
votes
1 answer

Connecting to SharePoint using Azure app authentication and Python

I created a self signed certificate and uploaded it to an Azure app registration, similar to what I've done with a dozen or so other apps. I'm attempting to connect to my SharePoint site with Python's office365 library, which is not something I have…
Robbert
  • 6,481
  • 5
  • 35
  • 61