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
1 answer

How to get all site using PnP PowerShell

I'd like to get All site in SharePoint Online via PnP Powershell I was able to get all sitecollection URL via Get-PnPTenantSite Commandlet . However I don't know Howto get Site Object using PnP PowerShell. I tryed this but didn't work $sites =…
Blue
  • 41
  • 5
0
votes
0 answers

Adding Existing Controls to a New Form in PowerApps & They are not Coming Under the New Form

I have a scenario that I would like to get answers to a few questions. Please refer to the below details. I have created a new Canvas App. This App is an Organization's IT Help Desk. In that App, I have 4 screens. My datasource is a SharePoint…
ChiranSJ
  • 195
  • 1
  • 3
  • 20
0
votes
1 answer

SharePoint Modern - Can a Calculated Text field be appended to an item title using JSON?

I am customizing a Sharepoint Modern list form using JSON. The list has a field titled 'RequestID'. I would like to customize the header to include this value. I have added this field to the form, except that it is hidden using conditional…
0
votes
0 answers

Graph API to search document from a specific SharePoint site

I need to use Graph API to search for a document in a specific SharePoint Online site and folder, by its unique document ID (the SharePoint site as Document ID enabled). I was able to achieve this using the Microsoft Search API in Microsoft Graph…
0
votes
0 answers

The API 'sharepointonline' returned an invalid response for workflow operation 'When_an_item_is_created' of type 'OpenApiConnection'

I have a scheduled flow that will get file properties and trigger. After all the data entered the library I created the flow and turn on. After running the flow ill failure at the begins. Following error message…
Sather_1
  • 1
  • 2
0
votes
1 answer

Multi-geo in Graph API

Does using Multi-geo causes any changes in the graph API ? How can I get a site from a tenant(Multi-Geo enabled Tenant)using Graph API? Is Using Multi-Geo causes any changes in the site Data, User Data ..and so on ?
0
votes
0 answers

The collection has not been initialized. It has not been requested or the request has not been executed

I am getting all external users for the site collection using below pnp powershell. It runs perfectly for some site collections. $connection = Connect-PnPOnline -Url $siteurl -Tenant $TenantID -ClientId $AppID -Thumbprint $Thumbprint…
0
votes
1 answer

Sharepoint Online - How To Prevent Users From Seeing Who A Document Is Shared With

On a SharePoint Online site, if a user clicks the ellipses next to a document name, they get a pop up that shows who the document has been shared with. How can I prevent users from seeing who a document is shared with? Thanks in advance!
Bytor
  • 33
  • 4
0
votes
0 answers

Facing an NPM ERR 1 message Error while trying to install GitHub project

I am facing an NPM ERR 1 message while trying to install the project. Please refer to the below error message: npm ERR! code 1 npm ERR! path C:\Users\nkayd\Downloads\conversational-ai-chatbot-webpart\node_modules\deasync npm ERR! command failed npm…
0
votes
2 answers

How to add script editor and media and content sections in sharepoint page?

I believe I am using Sharepoint online. If not how to verify if its Sharepoint classic or online? In the SharePoint ,I don't find 'script editor' or 'media and content' sections in the editor web elements of the page. How do I add them?. I tried…
Rekha
  • 11
  • 2
0
votes
0 answers

PnP - Sharepoint site members and site Owners

I'm trying to pull site 'members' along with 'department details, 'job title' as well as other attributes per site. The results pretty confusing as I'm unable to differentiate between site 'owners','admin', 'members' and 'visitors'. The goal is only…
Lightman
  • 1
  • 1
0
votes
0 answers

IRM enabled document library backup and restore

We have a SharePoint online-based document repository which has IRM enabled on it. One of our tool does the whole site backup however when we try to restore it at a different site, all the document still has IRM enabled and if we try to open it…
mukesh joshi
  • 584
  • 5
  • 19
0
votes
0 answers

Using Power Automate, how can I delete a blob on a Azure Storage account when a Sharepoint file is delete?

I'm trying to make sure a Sharepoint document structure is accurately mapped to a Azure Storage Container. I am able to sync the sharepoint site when a file is created in sharepoint. However I have a challenge when a file is deleted in…
smoizs
  • 341
  • 4
  • 13
0
votes
1 answer

SharePoint IF(OR formula

I have a column (Country) in Sharepoint with the name of countries. I want to create another calculated column that separates the Countries by regions as follows: Latin American countries received the value "LAA" Countries in North America received…
0
votes
0 answers

SharePoint Online Display All Options in a Choice Field In A Custom Page

Is there a way to fetch all the Choice Options of a Choice Field created in a SharePoint Online List and to display in a custom SharePoint Page(Inside Pages Library/Site Pages)?(Without the help of any webparts) I am creating a Poll with graphical…