How to track the changes in Office 365 outlook events

We may need to update calendar events details such as attendees, event details and etc. after the events created and those updates need to be tracked. We use SharePoint list and Power Automate to the automate this process. Prerequisite: We use SharePoint list to submit requests to create events in Office 365 outlook calendars/shared calendars. Create a new SP list […]

How to create custom attachment control in PowerApps

Attaching a file along with the form is a common requirement, By default PowerApps does not provide any attachment control. But if the SharePoint list is added as a datasource automatically the attachment control will be generated along with the controls. But if multiple attachment control has to be shown in multiple places or Dataverse is used as a table […]

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