Tagged: PowerApps

2

The PowerApps Pyramid

Since its release roughly 3 years ago, the usage of PowerApps has steadily increased. PowerApps makes it easier than ever for Citizen Developers to create mobile applications with less code and more power. But...

4

PowerApps Security Trimming Options

A common requirement when building out forms/applications in PowerApps is to apply security trimming to elements in your app. Take this scenario for example: You have a form which requires an approval. You only...

0

Launching Mobile App from PowerApps

If you’ve built a few PowerApps then chances are you’re familiar with the Launch() function. You can use the Launch function to open up another website by passing in the URL like so: Launch(“https://www.thrivefast.com”)...