Power Automate: Save all attachments when an email arrives
One of the best ways to deal with email is not to deal with it at all. With Power Automate, you can check each email …
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.
One of the best ways to deal with email is not to deal with it at all. With Power Automate, you can check each email …
The substring function is widely popular and widely used. We have the need all the time to parse the string to get sections of it. …
As Flows grow more and more in complexity, managing one becomes important for fixing issues, testing, and maintenance. Power Automate provides a wonderful tool for …
If you’re not a developer, the concept of “comments” can be new, but any developer friend will tell you that they are essential or not …
Microsoft’s products are amazing and their integrations are amazing, but one of the handiest is the integration between Power Apps and Power Automate. I like that …
As you may know, some posts that I publish here come from the Power Automate Community, where I try to be as active as possible …
The “replace” function is one that shows up frequently in every programming language. The usage is simple but extremely powerful. Usage It follows a simple …
Adding attachments to an email looks relatively straightforward, but if you want to do it dynamically, it can be tricky to understand how to do …
I have to say I’m surprised by the reaction that ”Power Automate: How to access Excel with a dynamic path.” got. It’s a big problem, …
The join function is handy although I, don’t see many people using it. It converts an array in a string with a delimiter. At first, …