how to write condition if u_current_ram is not empty then only return sys_id
Hi Team,I don't want to return or run this script current RAM from excel sheet or staging table is empty answer = (function transformEntry(source) { // Add your code here if(source.u_current_ram != ""){ var retRam = new GlideRecord("sn_ris...
