Author: Marcel Lehmann
-
Power Apps Performance Optimization Tips from Reza Dorrani
A very good summary of BestPractices about Perfomance optimization of a PowerApp. These things are usually only “learned” when you have already implemented some apps and especially only when there are larger data sets and performance is important. Variables are a great help, but also OnAppStart in combination with Concurrent. It is important to note […]
-
How To Use Environment Variables from Daniel Christian
A good demonstration for which you can use the Environment Variable in PowerAutomate and PowerApps, among other things. 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 Apps Custom Theme Generator with the COE from April Dunnam
Using COE (Center of Excellence), it is possible to create and share your own theme with the COE Theme Editor for PowerApps. This allows you to create simple business themes so that everyone has a consistent design. You can see this video here on my blog because I have rated this video with 5 stars […]
-
Top 25 Power Automate flow tips and tricks from Reza Dorrani
A great summary of Tips & Tricks in conjunction with PowerAutomate Flows. There are some nuggets, which certainly save some nerves and time. Especially the trick of the compose to create the trigger condition saves you thinking. This video is a must-have for all those who may be new to the powerautomate topic, but also […]
-
Working With Links In Power Automate Approvals from Daniel Christian
Oh, here Daniel shows how to pack indefinitely many links into an approval. Because the default connector only allows you to add a single value. Here you will find more hints on how to use e.b. an approval more optimally. -> https://docs.microsoft.com/en-us/power-automate/approvals-markdown-support You can see this video here on my blog because I have rated […]
-
Optical Character Recognition (OCR) in Power Platform and RPA from Tomasz Poszytek
A very instructive video on how to extract and process texts. But there is also an overview of the different methods and outputs of the processed texts. All this using OCR and AI Builder. This video helps not only to understand these logics, but also to get to know and understand them. You can see […]
-
Power Apps SVG make your apps prettier and easier to use from Shane Young
Great demonstration on how to create beautiful animated “images” with SVG and a little code. I thought I would share this with you because maybe this is for one or the other. Personally I have an eye for it, but I’m more minimalist and the app has to work. You can see this video here […]
-
Power Automate – How to use & reduce flow variables from Reza Dorrani
An exciting approach to how to bypass the many initializations of the variables at the beginning of the flow. Sure, this works a little bit to start with, but if this data only needs to be written once or you want to manipulate it with the tips shown here, then this will save a lot […]
-
Power Automate Tutorial – Approvals + Adaptive Cards + Outlook = Awesome from Yash Agarwal
A great demonstration of how to create an Adaptive Card – but even more importantly, I find this in combination with an HTTP request. This makes it much easier and independent of who gives the response. You can see this video here on my blog because I have rated this video with 5 stars in […]
-
Power Apps Export data to Excel with Flow – Collections to CSV file from Shane Young
Pass a collection of PowerApps to PowerAutomate, then write that data to a CSV table and create a CSV file. This could still be quite helpful in one case or another. For example, if we want to compile different data and prepare it for an export/import, this is a good way. You can see this […]