saveInto is not working ?

Hi ,

saveInto is not working for the below code

a!paragraphField(
label: "Comment",
value: ri!comments,
instructions: "(" & 255 - len(ri!comments) & ")",
saveInto: a!save(ri!comments, save!value),
refreshAfter: "KEYPRESS",
validations: rule!PDR_validateTextOnSize(enteredText: ri!comments, size: 255),
required: true(),
readOnly: false()
)

when I write anything in paragraph field the value is not save.

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data