How to add Microsoft Planner checklist items dynamically using Power Automate?
While answering questions in the Power Automate forum, I’ve seen one that pops up once in a while. How to add checklist items dynamically to …
Making your life easier!
Microsoft Power Automate is an automation tool that is super powerful and quite accessible to everyone. Each article is a step-by-step tutorial that teaches you how to build your automation in Microsoft Power Automate. Time spent automating day-to-day tasks always pays off since you free precious time to do other, more complex tasks. And who doesn’t need extra time? If you’re a pro, I’m sure you can find something useful and learn.
While answering questions in the Power Automate forum, I’ve seen one that pops up once in a while. How to add checklist items dynamically to …
It’s quite common to parse files in Power Automate, especially in bulk. But to parse files, we don’t need to get the file into Power …
Power Automate has an amazing set of actions for SharePoint, but none is more versatile than the “Send an HTTP request to SharePoint” action. With …
There are times when HTML is not helpful, being for parsing the text or saving it. Removing HTML tags is a pain; that’s why the …
The array function will convert any value into an array. By any value, I mean one value only! The point of this function is not …
SharePoint is an amazing place to store information, and lists are the most useful way to organize the information. With the release of Microsoft Lists, …
SharePoint made great progress with the news feature, especially now in modern SharePoint sites. They look good both on the web and mobile, and it’s …
I have to admit that the div function and all the other analogous functions (sub, add, and mul) is quite strange. This function will divide …
There are times where we have multiple possible values, and we want to have different workflows for each. Think in the case of a category. …
I’ve been banging on this drum for a while, but error handling is essential in all Flows that do some work in “production” data. Having …