Hello! In a situation like this, I'd probably just use the vars.recCount variable - it's declared any time an activity passes any number of records out. Just try logInfo(vars.recCount) in a code activity after any query/split etc and you'll see what I mean.When building the queryDef part, I also lik...