Author: iAm_ManCat

0

Email validation in Power Apps

In this tutorial blog I will show you why the existing email validation in Power Apps is incorrect, how badly incorrect it is, and how you can create a better validator using regular expressions....

5

Insert a semi-colon every ten numbers

In this tutorial blog I will not only show you how to insert a semi-colon every ten numbers within a string, I will also explain in great detail my thought process and the potential...

8

Enable features in older Power Apps

In this blog post I’ll show you how to check for and enable features in older Power Apps that have legacy flags and features set. TLDR Introduction When we open older Power Apps .msapp...

7

Simple Gantt in Power Apps

Today we are going to create a simple Gantt in Power Apps. I’m not even sure that it’s possible to create one simpler than we are going to do today! That being said, as...

3

Working with weekdays in Power Apps

The majority of Apps are built for business purposes and as such many companies (and makers by extension) will often need date calculations that only involve weekdays in Power Apps. Often we will need...

4

Sequential Concurrent ForAll in Power Apps

In this blog post I will give detailed instructions for creating a Sequential Concurrent ForAll in Power Apps. TLDR?I have used this ‘Sancho method’ to reduce the loading time of an App from 4...

0

Power Apps Forms Tips and Tricks – Part 3

Hello everyone, welcome to the third in this series of articles where I provide you with many of the Tips and Tricks I commonly use when utilising Power Apps Forms. You can view Part...

0

QR Code Generator

This really really simple Windows Desktop App takes the link you enter and creates a QR Code in your clipboard that you can then use elsewhere. Download it here! The App itself is literally...