An Introduction to Microsoft's Power Automate

An Introduction to Microsoft's Power Automate

An Introduction to Microsoft's Power Automate

Today, we’re introducing Microsoft’s Power Automate, formerly known as Microsoft Flow. If you’re familiar with Microsoft Power Platform services such as Dynamics 365, SharePoint, Power Apps, PowerBI, and others, you may have heard of Power Automate. It’s designed to make various services work consistently and smoothly, reducing redundancy as much as possible.

What is Power Automate?

Power Automate is one of Microsoft Power Platform’s Robotic Process Automation (RPA) services. It’s designed to streamline our business processes. The highlight of implementing Power Automate is the low code and the use of drag-and-drop to create our business processes, increasing efficiency and reducing development costs.

Types of Power Automate

We can divide the main types of Power Automate into:

  • Instant Cloud Flow: This type of flow works only when we manually trigger it.
  • Automated Cloud Flow: This type of flow runs automatically according to the conditions that have been set, such as new data or edited data in a SharePoint list or a SQL Server table.
  • Scheduled Cloud Flow: This type of flow runs according to a set schedule, such as every day at 10am.
  • UI Flow: This type of flow executes actions we’ve recorded, such as clicking or keyboard typing, and runs the flow on the client-side.
  • Business Process Flow: These types of flows work in conjunction with Dynamics 365 to ensure the safe flow of data in the business process.

Advantages of Power Automate

  • Low-code implementation, using drag-and-drop to create processes.
  • Reduced cost of coding.
  • Streamlined business process creation.
  • Detailed logs of every run for easy tracking.
  • Over 1000 pre-built connectors and templates for connecting services.
  • Wide integration capabilities with services like SharePoint, PowerBI, Power Apps, Dynamics 365, Salesforce, Office 365 User/Email, SQL Server, Azure DevOps, Microsoft Teams, Slack, and more.
  • Enhanced workflow capabilities with AI, including GPT. (I haven’t tried this yet 😜)

Disadvantages of Power Automate

  • If your organization does not use a Microsoft Account Subscription, the minimum cost for using Microsoft Power Automate is $15 per user (subscription) or $0.6 per run (pay as you go).
  • Power Automate keeps a 30-day run log (it can be increased to a maximum of 90 days).
  • Not suitable for working with difficult and complex logic (from my own experience). It can make writing a workflow very difficult.

That’s it for a short introduction to Microsoft Power Automate. Next time, I will introduce a simple workflow creation by connecting to various services such as SQL Server, Office Email notification. Have a nice day everyone!

If you’re interested in exploring how Power Automate could transform your workflow, contact us today.

Related Posts

Let's check our site's accessibility easily using 'Accessibility Insights for Web' on Microsoft Edge.

Let's check our site's accessibility easily using 'Accessibility Insights for Web' on Microsoft Edge.

Hello to all the readers who have come across this article. Lately, I've been quite busy and it's taken me a while to find some free time to write on Medium. Today, I want to share some knowledge tha

read more
Let's try to create Power Automate connected to SQL Server for sending Leave Approval Email using Low code together.

Let's try to create Power Automate connected to SQL Server for sending Leave Approval Email using Low code together.

Hello everyone! I've been away for a long time from blogging due to various events that have kept me busy, making it challenging to find time for writing. In my latest article, I briefly introduced P

read more
Conditional Formatting (Fx) in PowerBI Custom Visual

Conditional Formatting (Fx) in PowerBI Custom Visual

👋 Hi Everyone 👋 During this time, I have a chance to implement the PowerBI Custom Visual with my team. And we spent a lot of time researching the conditional formatting (Fx) and we found many inter

read more
Pass Through Data Over IServiceProvider.CreateScope()

Pass Through Data Over IServiceProvider.CreateScope()

[ASP.NET] In some cases you may encounter the situation that you need to pass through some particular data over a new scope of Service Provider.For instance, when you implement a solution that inte

read more
Write Unit Tests for React Hooks using react-hooks-testing-library

Write Unit Tests for React Hooks using react-hooks-testing-library

Hooks in React are a feature that has drastically changed the way we write React. It's like undergoing plastic surgery in Korea, where some developers love the new look, while others prefer the old o

read more
Scan code with Credential Scanner on Azure DevOps

Scan code with Credential Scanner on Azure DevOps

🥳 Happy New Year 2023! 🥳Wishing everyone a great year ahead!Now, let's get down to business. Today, I'm going to introduce you to a handy tool that checks for leaked passwords, secrets, certifi

read more
Easy way to check user’s permission on SharePoint Online site in the web part

Easy way to check user’s permission on SharePoint Online site in the web part

Hello Everyone! 🎉 Happy New Year 2021 🎉 I hope you have a wonderful holiday, good vibes, and a nice party 🍻. This blog is the 2nd content which’s I write in English. In the previous blog, I explai

read more
SharePoint Group & Permission levels in SharePoint Online

SharePoint Group & Permission levels in SharePoint Online

Hello everyone 👋 !!! This is the 1st time that I wrote the SharePoint Online blog in English. This blog explains permission levels in SharePoint Online. Once you create a new site in SharePoint Onli

read more
Speed up and make your SPFx reloads quick and easy with the SPFx-Fast-Serve tool.

Speed up and make your SPFx reloads quick and easy with the SPFx-Fast-Serve tool.

Hello everyone! I'm back! In the past period, I've been busy expanding my knowledge, reading some Microsoft Learning materials, trying out new things, and handling various tasks, which left me with l

read more
What is SharePoint? How does it work? Let's take a look together! 😆

What is SharePoint? How does it work? Let's take a look together! 😆

Hello everyone who stumbled upon and is reading this content. After spending a considerable time exploring various content on Medium, I wanted to share a little bit of my knowledge. Having delved int

read more