Heute sprechen wir mal wieder über die Power Platform, durch die Release Wave 2, aber nicht nur, gab es in letzter Zeit einige spannende Ankündigungen.
WeiterlesenSchlagwort: Power Automate (Seite 1 von 3)
Hi folks,
Today we will check out some configuration you can do to handle your errors in Power Automate cloud flows. No system/flow is perfect, so always assume your flow can fail at any point, so let’s prepare for it.
WeiterlesenHey 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.
WeiterlesenHi folks,
In this blog post, you will learn how to filter a list to get the last record per user, category etc. In this post we will use a SharePoint list, but the process works with any kind of list.
WeiterlesenHey 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.
WeiterlesenHey 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.
WeiterlesenHey 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.
WeiterlesenHey folks,
today we will learn how to turn SharePoint values into columns. This is just a simple example of a SharePoint list with some information (could be single line of text or choice, choice would be better to make sure your values are always written the same).
WeiterlesenIn 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.
WeiterlesenHey 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