power automate
8 TopicsOutlook is not showing image for new posts in MS Teams Channel
Issue: Microsoft Power Automate | We have a power automate flow, where it is triggered when a new post is added to the channel in MS Teams and the action is to send email. We found that if the post contains photo, the photo is not seen in the email or there is an Error. Flow Setup: The environment is MS Personal Productivity Testing Results: 1. This is when a new post is added in MS Teams channel: 2. Result in Outlook email: Question: The post always contain text + photos, however text is seen on the outlook but the photos are seen with the below error How we can fix this issue? is it outlook problem? What Action should we add to our flow to fix this problem?1.7KViews0likes4CommentsHow do I send a message to myself with PowerAutomate?
I am developing a PowerAutomate flow, I want to use the function "post message in chat or channel", I can send messages to anyone in "one to one" private chats but not on the private chat I have with myself. Has somebody found a way to message himself via power automate? I can't create it as a "new chat" in PA because it says users cannot be duplicate. Then I figured out I had to find the ID of the chat with myself. I tried using the microsoft graph api to retrieve the id from "me/chats" but the chat with myself is not shown. I tried many different filters and expansions with no success. I also tried analyzing the id itself and discovered that, in the case of "one to one" chats, it's made of {the sender id} and {the receiver id} I then tried constructing an id that contains 19:{myuserid}_{myuserid}@{domain} but it responds that there is no record. I tried many combinations, thanks for the help.14KViews0likes2CommentsSending ticket sender notification when ticket is completed
Hi, I have created a flow for tickets with power automate. I also have a sharepoint list where I am supposed to collect the tickets. I'm trying to get a notification for the ticket sender when the ticket status has been changed to Completed, however it doesn't work. Is there a way I can fix this? Here is the part of my flow where I have tried to create the notification:445Views0likes0CommentsUnable to reach app - Adaptive Cards
I've written some adaptive cards to track employee responses to tasks. The adaptive card comes from the power automate 'Post an adaptive card and wait for a response' flow. My card has a single button on it that allows the user to respond and the flow will have a bot post the time at which they pressed the button. However, it seems that Teams randomly doesn't process the odd button press and leaves the error below, however, the response is still posted by the bot so the flow is working fine. I can't seem to find what is in common between the times when it fails and when it succeeds, has anyone had this issue with Teams and adaptive cards with responses? It is supposed to be changed to something like below. (The response)9.5KViews1like23CommentsSending a Teams Message from Power Automate with Mention is failing
Hi, we are using a Power Automate Flow to send Teams Messages. This Flow is activated from a http call. But we are getting constant errors "Message mention text needs to be specified." This is the json for the adaptive card: { "contentType": "application/vnd.microsoft.card.adaptive", "content": { "type": "AdaptiveCard", "body": [ { "type": "TextBlock", "text": "Hi <at>John</at>" } ], "$schema": "https://adaptivecards.io/schemas/adaptive-card.json", "version": "1.4", "msteams": { "entities": [ { "type": "mention", "text": "<at>John</at>", "mentioned": { "id": "{Office365 User GUID}", "name": "John Doe" } } ] } } } Any Ideas how to solve this? for the User Id i tried my email and also the guid from the Graph Api Explorer...Solved5.1KViews0likes10CommentsCan our Teams App fetch all conversations (private and public) solely using Power Apps?
Hello Community, We are building a Machine-Learning powered solution where we gather all user conversations from all workspaces of a company and then use them to conduct sentiment and emotion analyses. Naturally, the most crucial part is fetching the required data from the client's Teams workspace to our Database in order to be able to train our ML model and conduct the analysis. Therefore the data lifecycle looks like this: Client installs our app in their MS Teams Workspace Our App automatically retrieves data in given timeframes (e.g. once per week) The data ends up in our Database ... Can we build such app leveraging a no-code solution from Microsoft's professional tools (e.g. Power Apps, Power Automate, etc.)? Thank you for your time and consideration 🙂 Cheers!909Views0likes2CommentsAdd @mention programmatically to Teams channel message as reply
Is it possible to reply to a message with an@mention automatically via Power Automate or any other automation system? Use case is that I'm posting downtime information to a specific channel via email webhook, so the message is in plain text.Solved6KViews0likes4Comments