Power Automate flow examples for Microsoft Teams

 

Create Planner tasks from Microsoft Forms submissions and post a Teams message 

Let’s say, you have a form to collect customer feedback about your product.  

Forms Microsoft Teams

You’ve sent this form via email and published it on your company’s website. So how not miss a new submission from customers and start to collaborate on it immediately with your team? An ideal solution is by building a Power Automate flow that integrates Forms, Planner, and Microsoft Teams.  

First, create an automated Power Automate flow and choose the trigger “When a new response is submitted” and define the required form’s ID.  

Power Automate flow for Forms  submissions

Then add an action “Get responses details” to be able to add dynamic content right from Microsoft Forms. And one more action “Create a task” from the Planner connector. Here you can define where a new task will be added. In addition, customize a task using dynamic content. In this case, we’ve added the responder’s email.  

Power Automate flow to create tasks

Finally, let’s post a message in Microsoft Teams to let your teammates know about the new response submission and creation of a new Planner task.  

Power Automate flow for Microsoft Teams

And it’s done! Each time your customer leaves feedback, a Planner task will be created into the right Planner tab.  

A task was created in Planner tab in Microsoft Teams from a power automate flow

In addition, your teammates will be notified via Microsoft Teams channel post.  

Power Automate Microsoft Teams

Power Automate flow example for team creation with Collaboration Templates 

How much time do you spend on creating a team for a new project? And what if you need to create dozens of teams for multiple projects? With the next flow, you will be able to mass create teams in Microsoft Teams.  

As you may know, you’re able to integrate any custom connector into your Power Automate. And nBold is one of them. nBold is a collaboration process technology that allows you to manage Collaboration templates, governance policies, and 3rd party apps integration.  nBold connector for Power Automate allows you to manage team creation across the entire organization. This way, you’re able to automatically create customized teams from templates with pre-built content.  

This allows you to perform any use case. For instance, get a team created from the Project Management template each time when a new project is created in the Asana app.  

create project teams from Asana through a power automate flow

 Or get an Account Management team for each newly created Salesforce record.  

In addition, you can delete or archive related teams when something happens into connected app (for example deleting a project in Jira).  

Jira-delete-team in microsoft teams - power automate flow example



Track competitors’ activity and notify your team 

Would you like to stay informed about any updates on specific websites? Well, RSS Feeds (link) allows you to track your favourite blogs, websites, and so on. If a site offers an RSS feed, you get notified whenever a post is out, and then you can read a summary or the whole post. This platform allows you to stay updated on the latest news and updates with no need to search for them manually. 

Moreover, you can integrate RSS with your Microsoft Teams environment. This option allows you to perform many use cases. Help your marketers and track competitors’ updates, automatically share news with your colleagues, and so on.  

By building this flow you will automatically receive a channel message in Microsoft Teams when an RSS feed is published. 

RSS in Microsoft Teams - power automate flow example

Learn how to use Microsoft Teams for marketing  

Automatically approve files in Microsoft Teams with a Power Automate flow

Let’s discuss one more Power Automate flow example. As a project manager, or sales operational specialist, you may review dozens of documents every day. So how to streamline the approval process? Well, with Approvals app for Microsoft Teams you can easily send and receive the approval request for newly created project files or another business process, including the employees’ holidays schedule, completed tasks, budget approvals, and so on.  

And with Power Automate you can automate the process of sending the approval requests and approver’s feedback. Let’s see how it works.  

Suppose you’re a project manager and you would like to approve each file created in a specific folder. Add the SharePoint action “When a new file is created in a folder”.  

SharePoint Power Automate flow example

 Then, choose the action “Start and wait for approval”. Here you can choose the type of approval. In addition, add approvers’ emails, and customize future requests using dynamic content from SharePoint. In this case, we attach the file’s content as a request’s details.  

approve files Power Automate flow example

Finally, using the “Yes/No condition” you’re able to set up additional Teams notifications. Thus, notify your team and post a Teams message whether a file was approved or not, and attach comments from the approver.  

approve files Power Automate flow example

Post a Teams message right from your SharePoint library 

Finally, let’s dig into Power Automate and SharePoint integration example. With SharePoint, you’re able to manage your Document Library and get your company’s news and updates right into your own Site. So, let’s say, you’re storing your sales documentation in your SharePoint Library.  

 

Sometimes, you would like to quickly collaborate with your teammates on essential files. For example, you will need to start a new conversation on a monthly sales report or notify your marketing team about the updates in your Sales Pitch. With the next Power Automate flow example, you will be able to post a Teams message without leaving your SharePoint library.   

To do this, start an instant cloud flow in Power Automate and chose the trigger “For a selected item” from the SharePoint connector. Then define your SharePoint Site. This allows you to manually run the flow for any SharePoint document.  

SharePoint Power Automate flow

Then add the actions “Get item” and “Post message in a chat or channel”. The first action allows you to customize your Teams message using the information from the selected item. In this case, we would like to notify a team automatically when a new sales proposal is created in SharePoint.  

Power Automate flow for SharePoint and Teams

And it’s done! Now, when you would like to collaborate on a file with your teammates, just click on three dots next to the selected SharePoint item and choose the Power Automate action “Post a message”.

 

A Teams message will automatically appear in the specified team in Microsoft Teams. And you can start to collaborate on files with colleagues without needing to upload them or share the SharePoint link manually.

No comments:

Post a Comment

How to Deploy your API as a web app or API app

  Before you can call your custom API from a logic app workflow, deploy your API as a web app or API app to Azure App Service. To make your ...