If you have been following my posts on SharePains.com, then you will know about the UTCNow function generating the current UTC time. But did you know that there is a hidden parameter that comes with this function?
Year: 2025
For apps it can be important to handle situations where you don’t have a connection. These Offline Apps need to work, without losing any functionality while you are offline.
IfError is a function in Power Apps to handle expected and unexpected errors in your code. There are however, a few issues you may run into if you don’t exactly know how this function works.
Anybody ever had problems with Connection.Connected in Power Apps?
Connection.Connected is a piece of code in Power Apps that helps you identify if you are online or not. But what if it doesn’t work?
For loops are one of the basic structures in coding. There are however many different types of loops. How can we implement various types of loops that we know in languages like Python in Power Automate an Power Apps? In this post you will find the Power Automate loops.
