Category: Article
-
Experimental Feature: Embedded Adaptive Card Designer from Audrie Gordon
A very good introduction to the world of the Adaptive Card. I was able to take out a lot of things here and will now create one or the other Adaptive Card myself. You can see this video here on my blog because I have rated this video with 5 stars in my Youtube video […]
-
Power Apps Errors Function when using Patch and other data source changes from Shane Young
Very helpful guidance and explanation on how to create a simple error handling within the app. I particularly like the part where you create variable notifications. I’m a big fan of variables and don’t like the hardcoded stuff. You can see this video here on my blog because I have rated this video with 5 […]
-
Create Responsive Power Apps from SharePoint list from Reza Dorrani
This is the easiest way to create a responsive app with PowerApps. The basis for this is the automatically creating app of data from Sharepoint. With small customizations, this app is ready for all Screensize. You can see this video here on my blog because I have rated this video with 5 stars in my […]
-
PowerApps Tracker App including Add row numbers to a gallery from Shane Young
With this formula you will save a lot of time and nerves. Because you can easily add the current row numbers to any collection (or via patch also data table). Watch this video. ForAll (XY, Collect (tempCollection, Last (FirstN( AddColumns ( DropColumns ( XY, row ), “row” , CountRows (tempCollection)+1), CountRows (tempCollection)+1)), ClearCollect(XY, tempCollection), Clear […]
-
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.