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: join Function
Converts an array into a delimited string. The delimiter goes between items, never at the ends.
Power Automate: How to create an ics calendar event
How to parse a CSV file in Power Automate
Parses a CSV file into JSON using only built-in actions, then reads each value by reference.
Power Automate: int Function
Converts a string to an integer. Floats error; 19+ digit numbers silently corrupt.
Power Automate: Convert Excel Number to Date
Microsoft Forms: Format Submitted Data
Power Automate: Send email with Options
Power Automate: split Function
Breaks a string into an array using a delimiter.
Power Automate: Fail-proof your Power Automate
Power Automate: toLower Function
Converts a string to lowercase.
Power Automate: toUpper Function
Converts a string to uppercase.