A logic being executed in the context of a given step, it is only able to access previous steps inputs as well as previous calculations outputs.
For this one can use model.inputs(String stepName, String tabName)
as well as model.outputs(String stepName, String calculationName)
.