Hi All,
Firstly let me apologise is this is already covered and I didn't find it. I have written some relatively large flows recently and it got me thinking about a couple of things. Firstly better error handling across the entire flow (think Try/Catch/Finally blocks in code) and better visibility.
What I would love is some kind of container that I can throw a heap of related steps into and then error handled off the end of that, so if anything in that block fails then the container fails. Secondly I could then have a few of these and collapse them like you can with conditional controls.
I am hoping I haven't just completely missed the way to do this already 🙂