I am running a macro to parse out XML files that are not always consistent. This requires me to detour through some of the workflow if under one run there are no records (i.e., using the Count tool equating to zero) and detour through a different workflow when it is not equal to zero. I assumed I would use the Detour and Detour End tools for this but I don't know how to pass the updated value using the Control tool and Action tool to do so with an Update Value With Formula. It seems that when I determine the Count, I cannot apply it in the formula. Any ideas?