A common use-case of Power Automate is to automate workflows that begin with the receipt of emails. For example, [receive email] à [do action]. In order to do this, we need to know how to parse data within emails, and how to add/save any email attachments. In this tutorial, I’ll explain this concept with a
Tag: Microsoft Power Automate
In this tutorial, we’ll discuss how we can integrate a Business Process flow to another flow in Power Automate. One example is when we want to send a Slack message with some of the recorded information whenever a record is saved on our business process flow. For this tutorial, we’ll use an Automated Flow because
Before setting up a business process flow in Power Automate, we need to create a CDS (Common Data Service) first. In this tutorial, we’ll mainly discuss how to create a CDS prior to creating a business process flow. A Common Data Service is Microsoft’s way of consolidating all the data we have that are coming
In this tutorial, we’ll learn how to create Power Automate UI flows that bring Robotic Process Automation (RPA) capabilities to our workflows. We’ll also learn how to analyze and modify the UI flow code. A Power Automate UI flow allows users to record an action while setting parameters of running that action in repetition depending
In this tutorial, we’ll discuss how we can use UI Flow outputs to extract information from our Power Automate workflows. This is mainly used for third-party applications that don’t have connect rs or APIs to connect to. Outputs are used if we want to record our UI flow then save a value from it. Creating