[21:19] whats the easiest way to create a 6 digit random number in a transformer step....basically want to do: tmp['PID']['PID.3']['PID.3.1'] = random 6 digit number [21:22] does mirth allow this? Math.floor(Math.random()*100000+1) [21:27] hmm...guess it does