Using functions within Graph Builder Dispatch
I am building a tool for some custom graphs. I want the tool to be easily modified by users that I share it with. To reduce the barrier for entry I would like to use sub-functions which I call within a master function. Each sub function would represent a smaller part of the overall main function.
My question: Is it possoble to replace the arguments of 'Dispatch' within the graph builder as a functi...