Owerwriting old values in datastorage
Hi! Is there any way how to just overwrite changed values in named storage, or remove all items before the new items are added from the run? Thanks!
dataset.drop() if (!global.first) {
log.info('called only once');
global.first = true;
}