Hi,
You need to wrap it with onReady function.
It should look like this:
$w.onReady(() => {
$w('#dataset1').setFieldValue('title', $w('#text11'));
});
Roi
Hi,
You need to wrap it with onReady function.
It should look like this:
$w.onReady(() => {
$w('#dataset1').setFieldValue('title', $w('#text11'));
});
Roi