How to track attendance in excel sheet & send reminder on teams using Power Automate?
How to track attendance in excel sheet & send reminder on teams using Power Automate?
How to track attendance in excel sheet & send reminder on teams using Power Automate?
How to mention a team or channel in channel message using power automate?
Recently, I came across Dataverse AI functions that have been newly introduced by Microsoft. The documentation for leveraging these functions from canvas app is very well explained in the below mentioned link: AISummarize, AISentiment, AIReply, AITranslate, AIClassify, and AIExtract functions – Power Platform | Microsoft Learn I could not find the documentation for calling those […]
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 ?