Hello,
I've been using Alteryx for a while now and I love it! As my workflows are getting more complex, I am having a hard time keeping track of the work that is done. The two areas I am having some difficulty with are: 1) Individual workflows that get very complex 2) A project with multiple workflows where some rely on others for their data.
1) Individual workflows that get very complex
In each work flow I do my best to use the comment boxes and clearly explain what I am doing an why. I also use containers to chunk the workflow into easier to handle parts. Where this gets hairy is if I create a formula in the second step and then I use its results later as part of another formula at the 10th step. If I make a change to the first one, the second one blows up (as expected). Is there an easy way to keep track of this?
2) A project with multiple workflows where some rely on others for their data.
While I consolidate workflows as much as possible, sometimes I have a workflows that need to run prior to a secondary workflow. Is there a good way to keep track of this? I've been trying to name my workflows logically to help keep them organized. Would anyone have a suggestion of a methodology or tool to keep track of this? My understanding is I cannot run/call a workflow inside another workflow.
Thank you for the help.