Wednesday, 14 July 2021

Business case: Monitor mailbox and auto-save the attachment to a SharePoint

Business Case:

- Monitors a shared mailbox for messages that contain the words "expense report"

- Saves the attachment to a SharePoint Library called ExpenseReports

- Marks the email as Read

- Marks the email as Complete 


Solution:

Enter a value for Flow name, and then search the triggers for When a new email arrives in a shared mailbox (V2):

Select SharePoint site

Mark as read
Flag email






Result:







Saturday, 10 July 2021

Business case: Holiday Request

 

Business case:

Create one Holiday request by using Microsoft Forms, Team, Power Automate (Flow), Exchange

Resolve:
- Create one form


- Add link to Teams

- Create the flow

+ Select "When a new response is submitted"

+ Next step, get response details

+ Next, Get manager



+ Next, Send an approval


+ Next, Apply the condition


Done!....

Test result:


















Implemented a Service to receive real time message from an API Webhook

 What is the webhook?  Ask Google :) 😅  This is my experience to build a Azure Function HTTP trigger to receive an event from SkyBox API W...