I have around 200 existing workflows, and I want to connect it to another workflow. When the any of the 200 workflow is run, the output should be the input of the new workflow i will be uploading.
Possible solutions are:
Chaining the Apps and using run command to execute another workflow.
Is there a way where I do not need to open each and every 200 workflow to chain them? can it be done in the server setting itself?