Solved
s.clearvars function not working after new library update (16.4)
Hello,
It appears that after library update the following script which I set in the condition of multiple rules (because our platform is an SPA) is not working anymore. Is there a solution for this?
var s = _satellite.getToolsByType('sc')[0].getS();
s.clearVars();
return true;
Regards,
Guido