Author: Marcel Lehmann
-
The Big 5 (Variables / Parameters) in PowerApps
If you create a PowerApp and look around on the internet for solutions, you will come across the following functions from time to time. In the following, I will show you briefly what I use them for and why you should think about using them too. Set(varUser,user()) UpdateContext({locPopUp: true});UpdateContext({locPopUp: false}) With({locText: TextInput1.Text},If(IsBlank(locText),“noText,TextInput1.Text)) Navigate(Screen1,UnCover,{locVariableNextScreen: “Yes we…
-
UX Design from Michael Guzowski
This video covers the topic of UX Design. You will get tips and tricks on how to build a user-friendly app. You can see this video here on my blog because I have rated this video with 5 stars in my Youtube video library. This video was automatically posted using PowerAutomate.
-
Power Automate get SharePoint Group Members & flow code snippets from Reza Dorrani
A very PowerFull tip from Reza in this video. We all know the “Add to clipboard” function. I already knew that this TAB works across the board. But the fact that you can simply pass on the “code” and then insert it will make my day-to-day work enormously easier. You can see this video here…
-
Power Apps: Planning SharePoint Lists Relationships from Daniel Christian
I think these videos are fundamental when using PowerApps with SharePoint. You not only save your nerves, but also unnecessary workarounds -> Because with this tip you can interact easily and directly in the PowerApp. I personally use the knowledge especially in SharePoint Customized Forms (with PowerApps). I don’t use LookUp columns or similar in…
-
Power Apps change the app owner with PowerAutomate
In the post of 2020-12-09 I showed the video of Shane Young, where it is shown how to change the AppOwner using PowerShell. However, there is another, perhaps even easier way to change the AppOwner. Using PowerAutomate. Why should I change the owner of the app, which is the creator? One of the reasons that…
-
Power Apps Date Difference Calculations for Business Days from Reza Dorrani
Calculation of days exclusive weekends and holidays in the Powerapp. You can see this video here on my blog because I have rated this video with 5 stars in my Youtube video library. This video was automatically posted using PowerAutomate.
-
Pragmatic Works: Using and Securing Power Apps Environments from Pragmatic Works
You can see this video here on my blog because I have rated this video with 5 stars in my Youtube video library. This video was automatically posted using PowerAutomate.
-
Authentication in Power Apps Portals- Oliver Rodrigues from Oliver Rodrigues
A great quick summary of how to use authentication in the PowerApps Portals. In addition, some customize tips are shown and there is a small overview of the power of portals. You can see this video here on my blog because I have rated this video with 5 stars in my Youtube video library. This…
-
Power Apps Responsive Containers & Screen Templates from Reza Dorrani
This is another great video about responsive design of a PowerApp. Here, however, solved with containers. This means a lot of work, but it will greatly improve the UIX. You can see this video here on my blog because I have rated this video with 5 stars in my Youtube video library. This video was…
-
Power Automate Approval Timeout with Escalations & Delegations from Reza Dorrani
In this video, Reza Dorrani shows how best to deal with the annoying topic with the timeout of a flow. I particularly like the idea of reading mail tips for the Approval recipient and starting a condition for it based on an auto-reply. You can see this video here on my blog because I have…