A Complete Guide for Migration to Power Platform: Pre-Development Analysis – Part 2

When it comes to migrating from existing technologies, a thorough study has to be done on the legacy tool starting from how the controls are used, what are the actions frequently used, things which are available in source and not available in the destination, etc. Solutions for these scenarios must be in handy for saving time while developing. Once the clock starts there will not be any time to do the POC for the requirement.

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 […]