Value not save in database
Hi
I am using below code but my value is not saved in the database. Please suggest.
a!paragraphField(
label: "operations",
showCharacterCount: true(),
value: local!cashNotesval,
saveInto: {
ri!comments,
a!save(local!cashNotesval,ri!comments),
a!save(ri!comments,save!value),
a!save(
ri!Transaction.comment_txt,
ri!comments
),
},
I am saving local value into rule input but it is not passing in database. Basically this local!cashNotesvals is autopopulated when on selecting dropdown value.
But this value is not save in database.
If i am typing manually in this paragraph field then value is saved.
