I have a existing MS Teams and I have created a tags and added few users under that tags. Now I have created an Azure Logic App which will take the input from web and create a new channel under the existing MS Teams. Now, I am trying to post a message into the newly created channel but here I want to mention my tags which I have already created. So, far I have tried below options:
- Get an @mention token for a user -> Using this option I have defined my tag name, but it is not working.
- Using Post a message in a chat or channel action I tried to define @tag name but it does not work.
- Then using same action mentioned in point #2, I tried to use
<at>tag name</at>
but still no luck and it just print the message into the channel.
Any other steps are there to post the tags into channel?