As best practice , you can use below code in JS activity in workflow to get themin and max of your sequence first var cnx=application.getConnection()var seqname="xtknewid"; //var seqname="nmsbroadlogid//Get the sequence infovar request = "SELECT * FROM " + seqname + ";";var response = cnx.query(req...
Hi ,The simplest solution is to reduce the retention time of broadlogs.By default the retention time is 180 days When the sequence reaches more than 2 billion (2,147,483,647 is the exact number), it goes ba...