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?
All posts about Microsoft Power Apps
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?
So you developed an app that handles offline and online using LoadData and SaveData, and then you come across this weird behaviour where screens are cleared out. This is exactly what happened to me with an inherited app.
Do you know how to set Context variables in Power Apps? I thought, I did as well. But I had forgotten that there are two ways to set context variables. In this post further details.
I get often asked, should I use Forms or Controls in Power Apps for data entry. This question can be answered either way. But do you know why you should pick on or the other? What’s the difference anyway?
Recently I came across a Power Apps solution that needed to sort a collection by a date column. In this post the pains of sorting by date fields and how to work around them.