Is there a way to collapse (or expand) all containers at the same time. I have a ridiculously messy workflow with tons of containers and would like to be able to open and close them all quickly.
You can do it by editing the XML of the workflow replacing <Folded value="False" /> with <Folded value="True" /> but not sure of any way to do within designer.
Hey @MsBindy
the first time you look at things in XML it can be intimidating, but let me walk you through it.
If you can get Notepad++ on your machine that will be even neater
Give it a try - understanding how to get into the XML behind an alteryx flow will open up a whole spectrum of possibilities for you.
That's not in my skill set But thanks for helping.