Flagging email creates TO-DO item.
I would like to share this Microsoft Flow template with you all. I was used of creating manually to-do items (from an email out of MS Outlook) in a list on the Microsoft To-Do application. But this was really monkey work (Copy/Paste monkey work).
So, I have created my own Microsoft Flow, to eliminate this manual process. So, what could trigger the flow to-do this job?
One of the requirements was to automatically add email information in the to-do item. For this item, I found an Office 365 Outlook operation trigger that is still in preview.
Operation Trigger: OnFlaggedEmail
When an email is flagged. This operation triggers a flow when an email is flagged.
Adding this operation to the flow, we can set some advanced options:
Folder: Email in Inbox and flagged will trigger this Flow
To: I have added my email address, so the email need to be directly address to me. You can also use the [To of CC] item.
Other advanced options can be used, but currently these two options have been set. So the trigger has been configured and will be execute when an email in Inbox, assign too me and has been flagged. The flow will be trigger and started.
As second step of the flow, a to-do item need to be create in a to-do list. Using the Action Add a To-Dofrom the Microsoft To-do connector center (Connector is still in preview).
Used the following items:
Subject: Add the Subject of the email.
Start Date: Add the received time of the email as the start date for the to-do item.
Body Content Type: Select HTML.
Is reminder On: Yes, the to-do reminder will be activated for this to-do item.
To-Do List: Select the to-do list that was create in Microsoft To-Do. So all new item will be created under this list.
When we look at the complete flow:
The result is that to-do item will be created in the to-do list when email in Outlook has been flagged.
I hope that you have enjoyed this small tutorial.
Comments
-
Flagging email creates TO-DO item.
I think that this would be more useful for me if I had any attachments included in the To-Do or a link back to the original email. It seems MS To-Do does not support PDF or email attachments to a task yet.
*This post is locked for comments