Power Automate
Welcome to my Power Automate hub, where I share what I have learned building real cloud flows for work and for fun. If you have ever stared at a flow that almost works, this is where you fix it. You will find practical, hands-on guides that go beyond the basics and tackle the messy parts of automation. I cover advanced error handling patterns so your flows fail gracefully, and I dig into API rate limits and throttling, including batch operations and throttling mitigation, so your flows keep running when you scale up. I walk through building a website monitor from scratch, handling CSV files without losing your mind, and troubleshooting dynamic content when the values you expect simply are not there. My best practices for SharePoint across multiple environments save painful mistakes, and my approval workflow guide makes one of the most requested features easy to understand.
Power Automate: mod function
Returns the remainder of a division.
When a new email arrives in a shared mailbox trigger
Fires when a new email arrives in a shared Outlook mailbox.
Power Automate: dateDifference function
Returns days.hours:minutes:seconds between two dates as a string.
How to generate an URL to an email in a shared mailbox?
Power Automate: Convert Time Zone Action
Converts a timestamp from one timezone to another.
Power Automate: workflow Function
Returns the running Flow's name, ID, region, and run details at runtime.
Power Automate: Are Conditions Case Sensitive?
How to remove duplicates efficiently?
Power Automate: SharePoint Get file content using path action
Returns a SharePoint file by path as base64.
Power Automate: rand function
Returns a random integer within a range. Negative numbers supported; no floats.