Power Automate: empty function
Checking if something is empty can save a lot of actions and potential breaking Flows. That’s why we have the “empty” function that will check …
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.
Checking if something is empty can save a lot of actions and potential breaking Flows. That’s why we have the “empty” function that will check …
Variables are generic objects that can store things for us. They are instrumental, but we need to provide them with data. To do that, we …
I’ve mentioned this a lot in previous articles, but I want to go today into more detail about what a parallel branch is and how …
Sometimes we need to deal with zipped files, and there’s a question on how to unzip a file. Power Automate provides the OneDrive for Business …
The “For a selected row” trigger is incredibly useful., especially for those who use Excel to store data. It takes advantage of Power Automate’s “add-in” …
Converting things is essential, and Power Automate has a few functions to help us in doing that. Today we’ll focus on the bool function that …
Power Automate has a fantastic feature to reference information from other actions. It’s usually accessible in the “Dynamic Content” tab, but there are times when …
I was writing the “For a selected row” Trigger article and noticed that the explanation for installing the add-in in Excel was starting to get …
If you want to create a folder in OneDrive using Power Automate, you’re out of luck. There’s no action to do it, and, frankly, it’s …
Sometimes one function is not enough, so combining multiple is necessary. To help us with that, we have the “or” function. It combines multiple functions …