Power Automate: Try, Catch, Finally
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 …
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.
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 …
Data aggregation is essential when performing requests for data, and we’ve already covered the And Operator that helps with that. On the other end of …
Color makes everything better, and it’s an amazing way to help highlight elements, make the UI easier to use and read, and much more. The …
We usually want our Flows to run as fast as possible, but sometimes there Flow or any other platform needs a bit of extra time …
Power Apps enables us to build very complex layouts but having them look good is hard. Not only looking good but looking symmetrical. Even if …
The “lower than or equals” or “le” operator helps us filtering the data based on criteria of something being “lower” than another. We’ve covered the …
Knowing the day of the week can be incredibly useful when it comes to formatting data. For example, you can have a column representing a …
Automation is key when it comes to automatic documentation, and creating folders and templates automatically is the way to get things prepared and done for …
The “greater than or equals” or “ge” operator helps us filtering the data based on the criteria of something being “greater” than another. We’ve covered …
I’ve already covered the “Get File Content” action in a previous post, but today I would like to focus on the “sister” action called “Get …