Sry my fault. I renamed it for the example and forgot to remove the “my”. They have the same ID:
$w . onReady ( async function () {
await $w ( “#datasetOne” ). onReady (() => { $w ( ‘#datasetOne’ ). refresh (); });
await $w ( “#datasetTwo” ). onReady (() => { $w ( ‘#datasetTwo’ ). refresh (); });
});