how to store a function returned value to interface input variables in SAIL Form.

load(
local!rate:0,
a!columnsLayout(
columns: {
a!columnLayout(
contents: {
a!textField(
label: "Rate of Interest",
value: local!rate:rule!AP_testing_Functions(),
saveInto: {
a!save(ri!interest,local!rate.data)/* unable to store local value into interface inputs with this code,please help */
}
)
}

)
}
)
)

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data