How to Print Scrollable Screen to PDF in PowerApps

One of the common requirements in any application is to print the data either to save the form as PDF or print the form. PowerApps provides Print() function to print the screen in a printable format, but the limitation is the screen height cannot be greater than 2164px. If a Scrollable screen is used for displaying a very large form […]

How To Send Email Based On Dropdown Selection

Method 1: On Change of dropdown get the current value using: Eg: I’m getting value from status dropdown so I named it has varStatus. Then On Save button do following action: Here “SendEmailBasedOnStatus” is a Power Automate. Check below video for power automate configuration. Method 2: Get the dropdown value and compare using switch condition on Save click. If anyone […]