Power Automate: coalesce function
The “coalesce function” is one of those hidden gems in Power Automate that can save you much time and make your flows more robust. I’m saying “hidden …
Making your life easier!
I’ll show you the best practices for the Power Platform tools. I provide them based on my experience and learning, so that doesn’t mean you can’t adjust them. I learned them from other people’s experiences also, so I don’t make the same mistakes.
Consistency is important, especially when multiple people work on the same platform. I see all the time SharePoint sites with heterogeneous naming, lists with convoluted names, and more. Having consistency enables you to know always what something means. It also helps when someone comes aboard where you can point to the rules and know what to do.
Regardless of the platform, I strongly recommend that you don’t want to adopt mine, at least have them written down on your side. Even if you work alone, create your best practices and reference material. It will make you think, and sometimes you’ll see where some things could be improved.
The “coalesce function” is one of those hidden gems in Power Automate that can save you much time and make your flows more robust. I’m saying “hidden …
The “max” function is a powerful tool in Power Automate that helps you find the highest value in a set of numbers. Although it’s not …
When working with data in Power Automate, you’ll often encounter strings that need to be converted to integers for calculations or comparisons. This is a …
Power Automate’s “mod” function helps you find the remainder after dividing one number by another. While it might not be the first function that comes …
Having shared mailboxes can help a lot of a team’s productivity. You can have multiple people looking at the same inbox and dealing with emails …
The “dateDifference” function is a powerful tool for when you need to calculate the difference between two dates. It gives you a reliable way to …
If you have ever had to deal with time zones, you know how hard it is to convert them. It’s a complex problem, so we …
The “workflow function” is one of Power Automate’s most useful functions, especially when you need to reference information about your current Flow. While not immediately …
One of the most common questions when building flows in Power Automate is, “Are conditions case-sensitive?” The super short answer is “Yes,” but that would …
So you have a list of strings or integers and find duplicate items. It’s a common problem. You need to remove the duplicates to be …