Modern Collaboration on Microsoft 365, Power Platform, Azure and more...

Schlagwort: Power Automate (Seite 1 von 3)

Power Automate – Rename SharePoint file

Hey folks,

Today, there is a short quick tip on how to change the name of a document using Power Automate.

As you figured out already, when you are using the “Update file properties” action within Power Automate, you are only able to update the title field of a document, but not the name of the document. To update the file name, you need to use the “Send an HTTP request to SharePoint” action and update the field “FileLeafRef” as it references to the “name column” of the SharePoint library.

Weiterlesen

Power Automate – SharePoint trigger non-default flows

Hey folks,

This post will be a brief overview of how to trigger a Power Automate flow, which is not inside the default environment, from SharePoint.

As you may have noticed, if you create a flow using the SharePoint triggers “For a selected item” or “For a selected file” within a non-default environment, you cannot find it within the “Automate” option inside a SharePoint list or library.

Weiterlesen

PowerAutomate – Create SharePoint site collection

Hey folks,

In this post you will learn how to create a SharePoint site collection using Power Automate. I will also explain the different parameters to configure, prerequisites and how to check if a site already exists. Also you will learn about the parameter “SensitivityLabel” to actually apply a sensitivity label to your site while creation and why you shouldn’t use “Classification” anymore.

Weiterlesen

Different ways how to deploy SharePoint Syntex model

Hey folks!

today we will learn how to deploy a SharePoint Syntex Model on a SharePoint library in different ways. Especially, when you want to automatically deploy it on a SharePoint library, e.g. for each new project or department site, it can get a bit more complex to automate everything. Unfortunately, currently it’s not possible to deploy it using a SharePoint site template, but I will show you all other ways how to deploy it.

Weiterlesen

Power Automate: Trigger conditions

In Microsoft Power Automate, flows are executed as soon as the trigger is met, e.g. an item is created or edited in SharePoint, a new Microsoft Forms survey has been filled out, or an email is received. But sometimes the flow should only start when a certain condition is met, for example the SharePoint list value has a certain value. For this there are the trigger conditions in Power Automate, which I would like to go into in more detail below.

Weiterlesen

Power Automate – Add Business Days to Date (Excludes Weekends)

Hey folks,

today I came across a problem on within the Power Platform forum on how to “Add days to a date without weekends”. Thanks Matthew Devaney who posted a blog post about “How to add business days to a date in Power Apps(Excludes Weekends)”, so I could use this as an guideline to translate it into Power Automate. Here you will find the code on how to add business days to a date in Power Automate: The setup is pretty simple, I just added a trigger “Manually trigger a flow” with a date input “myDate” (triggerBody()[‘date’]) and a number input “addBusinessDays” (triggerBody()[‘number’]). Next I added a “compose” action and used the following code:

Weiterlesen

Power Automate – Create SharePoint Page from Word document

Hey folks,

recently I came across a question in the Power Automate community forum, where retrofuture came up with the question to generate a SharePoint Page filled with a word document content uploaded/created in SharePoint Online. The basic idea came from a Youtube video by Lernen Tech / Krishan Sharma, who used a SharePoint list. In this article you will learn how to get the content from a Word document and publish it on a new SharePoint page. So in general we have two different things to achieve, first we need our Word document content as plain text (or better as HTML), the second is to create a new SharePoint page. The second thing is already pretty good explained in the video, we will just make a couple of changes, but first things first.

Weiterlesen
« Ältere Beiträge

© 2024 Cloudkumpel

Theme von Anders NorénHoch ↑