Tuesday 23 October 2018

Create your first MS Flow

Today, I will be discussing about the Microsoft Flow. The first question which will be buzzing in every one mind is What is MS Flow?

MS flow is basically a service which will allow you to create automated workflows between your applications and services to synchronize files, get notifications, collect data and much more.  When you will sign up for MS flow, you will be able to connect with more than 220 services such as share point , Microsoft SQL Server etc.

There are many templates which have been provided that will help you to build flows in just few steps. For example you can easily build flows to send reminder or notifications of weather forecast etc.

Lets say we have a scenario in which we want to daily reminder on email. So we will choose a template of Get daily reminders in email.  

Step 1) Select button to use this flow. For this first login to MS Flow then go to templates and browse send get daily reminders in email.



















Step 2) Click on  continue button. You flow design will be opened. Where you can set the sender email id.
















Step 3) You can test your flow by clicking on Test button on right corner.











Step 4) Your flow will start running and you will receive email on the selected account.











No comments:

Post a Comment

Note: only a member of this blog may post a comment.

Connect and upload in azure blob with azure key vault using x++

 Today, I will be sharing details about file upload in azure blob using azure vault that includes pre requisite and code snippet used to it....