SharePoint: Hour Function
The “hour function” is part of a suite of functions that deal with dates. It returns the part of the time; for example, 12:30 will …
Skillful Sardine
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 “hour function” is part of a suite of functions that deal with dates. It returns the part of the time; for example, 12:30 will …
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, …
Besides operators, OData also enables us to have functions on our data. These are super useful to filter the data on the source to pull …
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 …
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 …