Home

Power Automate : Break inheritance and manage roles on items and documents

Power Automate : Break inheritance and manage roles on items and documents

In this post, I am going to show you how to create a flow with Power Automate to break inheritance permissions on SharePoint List items or documents and add roles (new permissions). For that we are going to use the …
Power Automate : Break inheritance and manage roles on List or Library

Power Automate : Break inheritance and manage roles on List or Library

In this post, I am going to show you how to create a flow with Power Automate to break inheritance permissions on SharePoint List or Librrary and add roles (new permissions). For that we are going to use the REST …
Power Automate: Play with SharePoint document set

Power Automate: Play with SharePoint document set

Are you wondering how to create a document set through Power Automate? It seems like you are at the right place. Be aware: As I am writing this post, it is January 2020, at this time there is no other …

Power Apps: How to interact with teams

The idea is to present you the Microsoft Teams connector, the boundaries of this connector and how to workaround some issues. Get ids in url Microsoft Teams connector in PowerApps Get all teams Get channels from team Get messages in …

Powerapps – Display a dynamic breadcrumb navigation

Does a customer already told you, by creating many screens into Powerapps, where am I ? To avoid to lost them, let’s display a dynamic breadcrumb navigation to let them know where they are and how they get there. Description …
Powershell : Get DFS info from folder

Powershell : Get DFS info from folder

The request was, without accessing to the server, only with a list of DFS path (around 200 path), try to get by script the DFS information such as right clicking on the folder then DFS Tab. As I have 200 …
Custom SharePoint form with JSLink

Custom SharePoint form with JSLink

I had to do custom designed and business rules on SharePoint Forms.I started with example from the following link : https://code.msdn.microsoft.com/office/Client-side-rendering-JS-2ed3538a. In this article, I am going to show you utilities functions I use. The idea is to do custom …

Update Docx with JS and optianally upload it to SP

Let’s say you have a customer, for a project who need to auto-generate some word documents. And of course you don’t have the right to do some code server side.My situation was while working an a SharePoint site, a customer …