power automate
17 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.8KViews0likes5CommentsTutorial: Create A Microsoft Planner Task When A Microsoft Form Response Is Submitted
This https://youtu.be/SMDavCgg3FM will demonstrate how to create a new planner task every time a new Microsoft Forms response is submitted. The approach outlined in this https://youtu.be/SMDavCgg3FM will leverage a Microsoft Power Automate workflow that takes the details from the Microsoft Form response and passes the information into a newly created planner task. The tutorial will start by demonstrating how to create a basic Microsoft Form and then will demonstrate how to create the workflow. The tutorial will also demonstrate how to conditionally create Microsoft Planner Task in different boards depending on the value selected in a choice type field in the form. For example, if response one is selected at drop down question one, then create a task in board one. If response two is selected at drop down question one, then create a task in board two. I am curious to learn what you might be using this workflow approach for. Please feel free to comment below! And be sure to subscribe to my https://www.youtube.com/channel/UCIT-_HqO9Z_KHY8bk8jHVJA?sub_confirmation=1 for more MS Teams, SharePoint, Power Automate tutorials.33KViews1like1CommentHow 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.16KViews0likes2CommentsMS Teams - message to trigger Adaptive Card
Hello everyone, So I created a flow for an adaptive card to collect info from a user and add it as a new row in an excel table. (this part is working just fine) Now, what i would like to do is create a trigger where a user goes to a MS Teams Chat and type for example: /task (hit enter) then show the adaptive card to fill in task details is there a way to do that? if so any advice or guidance is greatly appreciated! Best, Leo591Views0likes0CommentsSending 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:500Views0likes0CommentsCorresponding on an approval
Hi; I am using the approval app to approve all the quotations that we prepare in our organization. At this stage the approvals app only allows you to approve or reject. I need to be able to correspond with the staff member ie. request that changes be made. once the changes are made then I can approve the request. So basically I would like to make notes on the approval without marking approved or rejected. Once im happy then I can approve the request? I hope someone can assist739Views0likes0CommentsWhen there is a new message in teams, how to send an email to the targeted person
Hi, i am new to Power Automate. I am trying to automate, such that whenever there is a message in a teams channel targeting someone, this message will be sent as an email to that person. For example, in the teams channel, i sent: "@mention Hi John, kindly acknowledge my message" I am trying to create a flow that will send this message as an email to the email address that is registered under the @mention, in this case it would be the John's email address. Any help is much appreciated. ThanksSolved1.1KViews0likes1CommentUnable 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.8KViews1like23CommentsSending 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.4KViews0likes10Comments