New Power Automate now requires connection references
Convert a solution flow from a direct connection to a connection reference and unlock the new designer.
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.
Convert a solution flow from a direct connection to a connection reference and unlock the new designer.
Converts a date string into an ISO 8601 timestamp using a locale and optional format. Locale comes second.
Writes multiple values into a SharePoint lookup column by mapping each tag to its list item ID.
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.
Which account really runs each action, and why a flow that works for you returns 403 for everyone else.
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.
Copies a file to another library or site. Version history and metadata don't carry over.
Converts a UTC timestamp into a target time zone. Returns a string with no offset or Z marker.