mikeblack
Tera Contributor

You can achieve this by below piece of code in your client script. You need to execute this based upon some logic



setTimeout(function(){ GlideList2.get("your_table_name").refresh(); }, 2000);