Field value getting blank

Hi ,

Below code is displaying value in case of flag is true but in case of false it is keeping that field blank.

I don't want to keep that field blank , it should not change on click of any button.

a!paragraphField( label: "Test",
value: if(rule!APN_isBlank(local!tempFlag),"","Hello to all"),
disabled: if(rule!APN_isBlank(local!tempChangeFlag),false,true)
)

Regards

Saurav

  Discussion posts and replies are publicly visible