Ah, you have a loop - recall that variables that are configured outside of a loop are not available within the loop, unless you add them to the context. I like to use a define variable step to add all the values I might need inside the loop, then add that define variable itself to the loop context.
