Kyriakos Zisopoulos
09/15/2020, 3:07 PMvar sublist = context.form.getSublist({
id: "item"
});
sublist..setSublistValue({
id: "item",
line: 0,
value: 10
});
But although the fields are populated if its a select field then they are not sourced.