Tag: Reza Dorrani
-
Power Apps SharePoint List Security with Folders from Reza Dorrani
Above all, I have learned the permissions here. I also found the work-around exciting, how to get only the paths of the folders. Using the functions of a form “OnSuccess” / “OnFailed” … should really be used more often, as it allows greater flexibility. You can see this video here on my blog because I…
-
Implementing Role Based Security in Power Apps from Reza Dorrani
A great overview, but also some interesting tricks about permissions. I was also recently faced with the problem of how to find out if someone is a member of a particular AD group without the AD connector. If I had known this little workaround before, I would have done it exactly the same way. (Have…
-
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…
-
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…
-
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…
-
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…
-
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 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.
-
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…