Posts

Showing posts from November, 2021

Power Automate Send a customized email when a new SharePoint list item is added

Image
This video is to demonstrate, how we can send email or notification when an item is added to a SharePoint list. #sharepointlist #sharepoint #powerautomate #email #notification

Send Email from Excel using power automate, flow to multiple mail Ids and BCC

Image
 This video is to demonstrate, how we can send email from an excel dynamically using power automate to multiple mail ids and how to pass dynamic emails to BCC. #powerautomate #emails #dynamically #excel #flow

Power Automate HTML Table Formatting and Emailing

Image
This post is to demonstrate, HTML Table Formatting and Emailing using power automate. (datasource: sharepoint) CSS Script: <style> table {     border: 1px solid #1C6EA4;     background-color: #EEEEEE;     width: 100%;     text-align: left;     border-collapse: collapse;   }   table td, table th {     border: 1px solid #AAAAAA;     padding: 3px 2px;   }   table tbody td {     font-size: 13px;   }   table thead {     background: #0602e1;     border-bottom: 2px solid #444444;   }   table thead th {     font-size: 15px;     font-weight: bold;     color: #FFFFFF;     border-left: 2px solid #D0E4F5;   }   table thead th:first-child {     border-left: none;   } </style>

How to use Microsoft Power Automate Tutorial for Beginners: Introduction

Image
Introduction Welcome everyone! In this course you will learn how we can start with power automate. I will try to cover from very basic so that you can use this platform very easily. Feel free to comment below if you have any query. How power automate can help? There are many possibilities which can be done using power automate For example: o    You can use to Automate business processes. o    Send automatic reminders for due tasks or to send any kind of reminders to employees or customers. o    Another use case could be, Move data between systems on a schedule. o    It has more than 500 data sources like SharePoint, SQL, OneDrive and many more. And many APIs as well. o    You can even automate tasks on your local computer like computing data in Excel.   Power Automate is all about automation. It can help you to save time by automating repetitive manual tasks simply by recording mouse clicks, keystrokes and copy paste steps from your desktop. What is