please help me
You can retrieve information from the current item by checking the dataset ….
After you retrieve the value or values that you are looking for you can set them as values in your submission ….
Before your submission is saved ……
this is true?
export function button1_click(event) {
$w("#dataset1").setFieldValues( {
"tes":$w('#dynamicDataset').getCurrentItem(),
}}