Please turn JavaScript on

Sharepoint

Receive updates from Sharepoint for free, starting right now.

We can deliver them by email, via your phone or you can read them from a personalised news page on follow.it.

This way you won't miss any new article from Sharepoint. Unsubscribe at any time.

Site title: SharePoint Stack Exchange

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  23.36 / day

Message History

I am new to SharePoint and Flow, this is my first project using the two, so I really have no idea what to do.

I created a SharePoint site of 198 calendars, using SharePoint online, and am trying to create a central list where events can be entered and a flow will create the events in the proper calendar.

I have a list called Event List where users will enter t...


Read full story

I have a Discussion Board on my SharePoint site that is used by the whole organization for weekly department updates. Usually what happens is:

Department will post their weekly update as a new discussion item Users from other departments will go and reply to the discussion Author will "mention" their names in their reply (@Name just to direct comments)

I already ha...


Read full story

Problem : I am trying to upload a file of size 50 Mb plus in SharePoint 2013 document library on Safari browser using MAC but getting error. File size less than 50 Mb getting uploaded successfully.


Read full story

I try to search for a string like: 1001ˌtestcompanyˌtestcity with the SharePoint Online search query:

var url = encodeURI("/_api/search/query?querytext='" + this.searchstring + "'&selectproperties='ListID,Path,FileType,SiteName,Title,isDocument,SitePath,SPSoteUrl,SPWebUrl,WebUrl'");

Note that I use ˌ which is not equal to the normal ,.

I only want the se...


Read full story

I was looking for a easy way to delete hundreds of test site in a modern SharePoint online env. MS flow didn't to the trick, so I was looking into PowerShell.

Set-Location -Path C:\scripts #Connect to SPO $tenantName= "companyName" $username = "[email protected]" $password = "SuperSavePassword" | ConvertTo-SecureString -AsPlainText -Force $cred = New-Object System.M...

Read full story