How to mention a teams or channel in channel message using Power Automate?
How to mention a team or channel in channel message using power automate?
How to mention a team or channel in channel message using power automate?
Use Case There is a size limit of 28 KB when we post a message on MS teams using power automate. But recently, I came across a new action “Send a Microsoft Graph HTTP request” that can be used for overcoming this limit. Using this action, we can easily post a message with inline images […]
Use Case Last week, I spent a lot of efforts in calling HTTP request from external or 3rd party system. While working on it I face challenges with passing the file content. There is not much documentation available on handling this scenario so I thought of documenting the steps to pass form/data with file in […]
Use Case In this article, I will demonstrate the process of designing an adaptive card that can be shared on teams to capture responses from users. We will be sharing list of items with users and capture the responses to update those SharePoint list items using Power Automate. Scenario We have a custom SharePoint list […]
Use Case Recently, I came across a post in community for posting an alert in MS Teams if an email in shared mailbox is not responded within a specified period of time. The flow will monitor each email received in shared mailbox and respond accordingly. Scenario We have a shared mailbox where an email needs […]
Use Case We usually come across situations where a request is pending for a long period of time. If no action is taken on such requests, then we can implement power automate flow to approve such requests in a time bound manner. In this tutorial, we will take an example of leave request & auto […]
How to secure HTTP request end point for external or 3rd party application ?
Use Case In this article, we will learn how we could transform data in SharePoint List using power automate cloud flow. We will take an example of transforming data in SharePoint to generate timecard or timesheet. Scenario & Sample Input data All tasks & corresponding hours performed by the users are stored in custom SharePoint […]
Use Case Today, we will learn how to convert csv file to array of JSON object without using ‘Apply to each’ as it not the optimum action when using a large csv file. Scenario & Sample data We will take an example of an incoming email with csv file as attachment. The flow will convert […]