Hi,
I'm using Outlook Classic and it's tasks (not ToDo brrrrr). My goal is to use Power Automate to have e-mails that were ticked completed, after being flagged (I'm trying to get my colleague to organize his tasks) for e.g. this week, to be moved from the archive folder to the deleted items folder. This so that I can use the quick buttons to have an e-mail get flagged for 1) today 2)tomorrow 3)this week or 4) next week and automatically get moved to the archive, so his inbox gets cleaned up and his tasks get nicely sorted by date. My colleagues only search in their deleted items and don't want to neatly use the archive AND deleted items concept.
I using this flow:
recurrence every hour
get e-mails from said colleague's archive folder
foreach
condition "flag" "Eqeual to" "completed"
true> move e-mail to deleted items folder
I've used all kinds of values for the flagstatus, but I simply fail to get the right value to meet this condition.
Please advise!