Hi,We can use onBefore Transform Script to solve this scenario. Please find the below code:(function runTransformScript(source, map, log, target /*undefined onStart*/ ) {// Add your code herevar num = parseInt(source.u_sr_no);if(num <= 50 && !source....