Forum Discussion
nmrao
11 years agoCommunity Hero
May be you can do even running the REST step from groovy itself.
sql.eachRow( 'select * from tableName' ) {
// do the stuff here here
// set property
// run REST step
}
sql.eachRow( 'select * from tableName' ) {
// do the stuff here here
// set property
// run REST step
}