Unable to save into rule input displayed on site.

Certified Senior Developer

Hi. I thought I had the basics of Appian down years ago.  However I have been observing some really odd behavior in a new environment i was introduced to with version 18.2

I have the below code displayed on a site.

=load(

a!textField(
label: "Name",
instructions: "Your name has " & len(ri!apple) & " characters",
value: ri!apple
saveInto: ri!apple
)
)

The above works fine and saves into ri!apple in the interface. 

However when displayed in the site via a user input node no saving takes place. 

using a local variable in ri!apples place also works fine. 

Any idea why I cant seem to save?

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data