Power Apps: Mod Function
The Mod function is a mathematical function that calculates the remainder of a number divided by a divisor. It may not be apparent its usage, …
Making your life easier!
Power Apps is a platform that looks complex and difficult to learn, but it’s quite the opposite. It provides a simple and straightforward interface that allows you to do advanced apps quite efficiently. I write these articles with step-by-step tutorials to teach you how to build your apps in Power Apps. Once you understand these concepts, you will be able to, develop, and provide rich apps platforms with not a lot of work. You can even, automatically, offer these for mobile usage, desktop, and even web. If you’re a pro, I’m sure you can find something useful and learn something.
The Mod function is a mathematical function that calculates the remainder of a number divided by a divisor. It may not be apparent its usage, …
The Power Apps Now function will return the current moment’s date, including the time. Power Apps converts the value automatically to the user’s regional settings when …
The Round function performs the mathematical round of a number to a specific number of decimal places. It uses the rules defined “Half Round-Up” where it rounds …
The RoundUp function rounds a number to a specific number of decimal places, always to the nearest higher number. The round is still up regardless of …
When building a Power App, one of the most common items that we use is the Browse Gallery. You can create lists of anything quickly, …
The RoundDown function rounds a number to a specific number of decimal places, always to the nearest lower number. The round is still down regardless of …
The Text function is widely used in PowerApps and for a good reason. It converts any value to a text field to display. For numbers …
Dates are one of the most common items to display to the user, but we need to be careful doing so. Just showing it is …
By default, PowerApps tries to deal with the information in the client. For a small number of records, the client can quickly deal with operations …
As soon as you start using PowerApps, you understand how powerful they can be, but you’ll find the following alert message quickly. Delegation warning. This …