As you all know Microsoft Flow together with Outlook is able to add tasks when you flag an email. In my workflow I am unfortunately not using Microsoft ToDo… I have put all my tasks in Todoist but I think the feature is awesome… Microsoft flow to the rescue
- Lets start with creating the trigger which is flagged email in Outlook
- I want the tasks to end up in Todoists Inbox with prio 1… The reason for this is not that all email is important but it is important to triage the inbox in order to set the correct prio, labels and project.
The expression is for getting todays date and looks like this:
formatDateTime(utcNow(),’yyyy-MM-dd’)
Leave a Reply