I have ask chat GPT the next question:
"Is there a way to partially run a workflow? I would like to select a tool included in the workflow and have it only perform the necessary calculations until that tool returns a result."
And the answer was the following:
"Yes, in Alteryx, you can partially run a workflow using the "Run from here" function on the desired tool. This will execute all the tools prior to the selected tool and calculate all the necessary results for the selected tool, but it will not execute the subsequent tools. This is useful for debugging or verifying intermediate results in the workflow."
I have searched for the option but I cannot find it, so I think it may have been an incorrect answer. Nevertheless, do you think that option will be implemented in future versions?