How to Mention Multiple Users in a Microsoft Teams Message using Power Automate

You can use the @ symbol to manually mention users in a Teams message. By using Power Automate flow, you can also mention multiple users in a team channel.

In this tutorial, I will show you how to tag multiple users in a Teams message using Power Automate.

Tag Multiple Users in Teams Message using Power Automate

Below, I have a SharePoint list ‘Task Tracker’ with the following data mentioned in the table.

Column NameColumn Type
Task NameTitle – Renamed to Task Name
Start DateDate and Time
End DateDate and Time
Task StatusChoice – Initiated, Pending, Submitted
Task Assigned ToPerson – Allow multiple selections

I wanted to post a notification message to the Teams Channel by mentioning the assigned users to complete their task, whose task status is in Pending Mode.

Power Automate post message in a chat or channel multiple users

Now, let’s create a scheduled cloud flow that will trigger daily and check the task status.

  1. On the Power Automate Home page, select the Scheduled cloud flow that will run daily. Define the parameters as below:
    • Interval – Select interval as 1
    • Frequency – Choose frequency as Day
How to mention multiple users in Teams using Power Automate
  1. After that, take Get items action to filter the SharePoint list items whose status is pending. Provide the below filter query:
TaskStatus eq 'Pending'
How to @Mentions multiple users in Teams with Power Automate
  1. Then, add a Select action to take the person column values from the SharePoint list.
    • From: Choose to add Task Assigned To from the Get items action.
    • Map: concat(‘<at>’,item()?[‘Email’],'</at>’)

For each loop will be added by taking body/value of get items action.

Mention users in Teams Channel via Power Automate
  1. Inside the loop, choose a “Post message in a chat or channel” action. Provide the parameters such as Post as, Post In, Team, Channel, and Message.
Mention Multiple Users in a Microsoft Teams Message using Power Automate

That’s it. Now the flow is ready. We can test it manually once.

  1. Now, click on the Save and Test button.
  2. When the flow runs successfully, you can see the Teams channel message by mentioning multiple users. You can have a look at the image for reference.
    How to mention multiple users via the Tags Feature in Power Automate

    This way, you can tag multiple users in a Microsoft Teams message by using a Power Automate flow.

    I hope you found this article helpful. Please suggest your ideas in the comment section.

    You may also like the other articles in Power Automate:

    >

    Build a High-Performance Project Management Site in SharePoint Online

    User registration Power Apps canvas app

    DOWNLOAD USER REGISTRATION POWER APPS CANVAS APP

    Download a fully functional Power Apps Canvas App (with Power Automate): User Registration App

    Power Platform Tutorial FREE PDF Download

    FREE Power Platform Tutorial PDF

    Download 135 Pages FREE PDF on Microsoft Power Platform Tutorial. Learn Now…