Author: iAm_ManCat

0

Accessibility in Power Apps – Part 2

In the second part of this series of blogs, I will try to share my knowledge on accessibility in Power Apps. We will cover accessible labels, tooltips, narration and some other tips. As I...

0

Accessibility in Power Apps – Part 1

In the first part of this series of blogs, I will try to share my knowledge on accessibility in Power Apps. We will cover knowledge around keyboard navigation and tab order when developing. Look,...

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...

10

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...

6

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...