I want to put in a condition that checks the output status code of the step above it.
So if it's output status code is 200 it's yes but if it's output status code is 404 then it's no.
What would be the syntax to have a condition step read the "Status Code" of a prior step and take action based on this?