How to use Orchestrator -> Process -> Output Value

@Peace_Maker
Welcome to Uipath Community.
If you want to use the output of one process in another process. You can use invoke process inside process A using invoke the process. Otherwise, you can save the output value of process A in one asset and use that asset value as input in process B.
I am not sure we have any other way to achieve this.