How to pass output from one task as input to another in Conductor?

You can use Conductor’s input parameters to map task outputs. For example, use ${task1.output.body} in the input parameter of the second task. Ensure that the task reference name and the output path are correctly specified.