You need to replace code_step with the actual name of the step where you set the output lcVariable because the steps object is used to access the outputs of previous steps in the workflow. By using the correct step name, you can access the output you set in that step. If you use an incorrect step name, it will result in an undefined error, as the output won’t be found in the specified step.