Hey Kristof, thank you very much for your engagement.
I just had a look, I see you worked around that limitation by switching out the container right?
I could follow the tutorial and implemented it on my site without a problem. So I think it’s easy to follow.
I adjusted it a bit to avoid the additional container and dataset:
$w("#my-dataset").onReady( () => {
if ($w("#my-dataset").getCurrentItem() === null) {
$w("#my-dataset").new()
}
} );
});
Thank you very much!
Julien