Static Value in text field in saving in other variable

Hi all,

I Need to display static value in the text field and same value should save into one more variable ,

Please advise.

load(
local!getTexfieldValue,

{
a!textField(
value: "abc",

saveInto:
{

a!save(local!getTexfieldValue,save!value)
},
),
a!textField(
value: local!getTexfieldValue,
)
}
)

Regards

Pallavi N

  Discussion posts and replies are publicly visible