cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
li88li
Frequent Visitor

Create planner tasks for flagged emails in Office 365

Hi, 

I have a flow running which creates planner tasks for flagged emails in Office 365. 

 

I usually flag my email with time-specific flag. For instance, I flag my email with 1-week flag or tommorow flag. Is it somehow possible to set up "due date" in my flow based on my time-specific flag? 

1 REPLY 1
Bobron
Helper I
Helper I

I'm not sure if there is an "Action" which can do the same, but you'll be able to retrieve more information with the action: Send an HTTP request"

 

URI: https://graph.microsoft.com/v1.0/me/mailFolders/Inbox/messages/[Message Id]

[Message Id] -> Dynamic value used from the trigger -> retrieves only that message

Bobron_1-1669385759744.pngBobron_2-1669385772967.png

 

The send HTTP gives you a bunch of information including the due date of the flagged status.

You'll be able to use the action "Parse JSON" to retrieve that data.

---

(Edit 25-11-2022): Under "Flagged status" there you will find 2x the same name: "DateTime" & "Timezone". Use the one which corresponds with the Duedate (view the body of the HTTP request to see if it's the first or the second)

Bobron_0-1669386049425.png

---

 

You'll be able to insert this date in the due date of the planner card.

 

Helpful resources

Announcements
Power Automate News & Announcements

Power Automate News & Announcements

Keep up to date with current events and community announcements in the Power Automate community.

Community Calls Conversations

Community Calls Conversations

A great place where you can stay up to date with community calls and interact with the speakers.

Power Automate Community Blog

Power Automate Community Blog

Check out the latest Community Blog from the community!

Top Solution Authors
Users online (4,378)