How to Create an Instant Cloud Flow in Power Automate?

In this Power Automate tutorial, I will demonstrate how to create an instant cloud flow in Power Automate.

Power Automate Instant Cloud Flow

Instant cloud flow is a type of Power Automate cloud flow that starts automation with a click of a button. This Power Automate cloud flow helps to automate repetitive tasks such as requesting approval or action in Teams or SharePoint with a push of a button.

Example:

  • Suppose I have some Microsoft active teams such as Digital Initiative Public Relations, Sales and Marketing, Mark 8 Project Team, Retail, MSFT, etc. So, I wanted to retrieve the active Microsoft Teams list and update it for the team members.
  • This information helps the team members quickly identify the teams they belong to or may be relevant to their work.
Instant flow Power Automate
  • The screenshot below shows the email the team members receive and how an email that contains the list of all active Microsoft Teams appears.
Create Instant cloud flow using Power Automate

How to Create an Instant Cloud Flow in Power Automate

Here, I will show how to create an instant cloud flow in Power Automate. To achieve it, follow the steps below.

  • Sign in to Power Automate with valid credentials -> Click on + Create -> Select Instant cloud flow.
Power Automate Instant Cloud Flow
  • Enter the Flow name and Choose the trigger’s flow (i.e., Manually trigger a flow), and it appears as shown below.
Power Automate instant cloud flows
  • Then, add inputs in the Manually trigger a flow such as.
    • Text (renamed as Description)
    • Email
  • Then click on the + New step.
Instant cloud flow in Power Automate
  • Next, add an action (List teams) where no additional information is needed for this step and click on + New step.
How to create instant cloud flow in Power Automate
  • Now add (Initialize variable) action and provide the required fields’ values.
    • Name: Provide the name of the initialized variable
    • Type: Select the variable data type as Array
  • Click on the + New step.
Create Power Automate instant cloud flow
  • Similarly, add Apply to each action and provide the field value as:
    • Select an output from the previous steps: Select field -> Dynamic content -> Select Teams List under Teams list action.
  • Click on Add an action.
Build Power Automate instant cloud flow
  • Now add Append to array variable action. Then, provide values for the required fields, such as.
    • Name: Provide the name for Append to an array variable.
    • Value: Select the Team Name from dynamic content under List teams.
  • Then, come outside the Apply loop to each action and click on the + New step.
How to build Power Automate instant cloud flow
  • Now add an action (Send an email V2). Then, provide values to construct an email as shown below.
    • To: Insert the Email address using the Dynamic content
    • Subject: Provide the purpose of this email.
    • Body: Enter the message for the email providing the list of all the active Microsoft Teams using dynamic content and an Expression.
variable('TeamNames')
Create Instant Cloud flow in Power Automate
  • Then click on Save to see a message: “Your flow is ready to go. We recommend you test it” -> Click on Test.
Build Power Automate Instant Cloud Flow
  • Now, select Manually -> Click on Test inside the Test flow tab.
  • Then, provide the Description and Email of the members who will receive this email -> Click on Run flow.
Power Automate Build Instant Cloud Flow
  • Open the outlook of any of the users [Lynne Robbins] that you specified before. You can see a notification email has come to that person. Once you open it, it will look like the image below.
power automate instant flow examples

This is how to create Power Automate instant cloud flow.

Additionally, you may like some more Power Automate tutorials:

Conclusion

I hope you find this Power Automate tutorial useful. We have discussed how to create an instant cloud flow in Power Automate.

Also, I have explained the step-by-step procedures to retrieve and send an email of all the active Microsoft Teams using Power Automate instant cloud flow.