Published - The COVID Mask Test
Published - COVID Safety for Photographers
The Miscarriage
Writing My First Apex Class (and Keeping It Simple)
Creating Clean, Reusable Flows with Subflows
This year, I started refactoring old Flows using Subflows—and honestly, I should’ve done it sooner.
Breaking complex automation into modular chunks has made everything easier to manage. I now build utility Flows that:
Convert date formats
Assign ownership based on record data
Send templated emails based on input variables
Flow Debugging: How I Actually Find the Problem
By now, I’ve built enough Flows to know: when something breaks, it’s rarely where you think it is.
Over time, I’ve built a solid process for debugging Flows efficiently:
Start with Debug Logs if the Flow is Record-Triggered—search for the Flow name and trace the path
In Flow Builder, use the Debug with Inputs tool with realistic values
• • Log values at key points using Assignment elements (great for sandbox testing)