Power Automate: Office 365 Outlook - Get emails Action
Returns an array of emails from a mailbox folder. Filter fields only scan the first 250 emails.
Here I share the best practices I use for the Power Platform tools, drawn from my own experience and plenty of learning from other people's mistakes so I don't repeat them. None of this is set in stone, so adjust it to fit how you work. Consistency matters, especially when several people share a platform. I see it constantly: SharePoint sites with mismatched naming, lists with convoluted names, and flows nobody can follow. When you agree on rules, everyone always knows what something means, and onboarding a new person becomes far easier. Even if you never adopt my conventions, at least write your own down. And even if you work alone, building your own reference makes you think, and you will often spot places where things could be better. That reflection is half the value.
Returns an array of emails from a mailbox folder. Filter fields only scan the first 250 emails.
Converts a timestamp between two time zones, daylight saving included. Output drops the zone marker.
Sums the values that meet several conditions at once. All conditions combine with AND, not OR.
Starts a workflow instantly when an HTTP request hits its URL. Test and production URLs behave differently.
Exports an Outlook email as a binary EML file by Message ID. Attachments are included inside the file.
Returns the current timestamp plus a number of time units. Always counts from UTC now.
Read optional manual trigger inputs safely with ?[] and avoid the missing-property error.
Saves an email as an .eml file, automatically as it arrives or manually in bulk from a folder.
Provider SDKs often pull in dozens of dependencies when a simple HTTP request to the API would do.
Copies a file to another library or site. Version history and metadata don't carry over.
Move files past the 100 MB limit by splitting them into chunks, and know when to switch to Graph.
Returns one of two values based on whether a condition is true or false.