Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!

The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.

Text input disappears when clicking elsewhere

Hello,

 

I created a Interface with a wizard including some text boxes, drop downs and radio buttons on the first page and 4 text boxes on the second page of the wizard. 

When the interface is opened as a standalone tab in chrome, on the first page everything works fine. Including all expressions.

On the second page when I type something in one of the text boxes and click on something else the text disappears. When I do this on the interface in the designer everything works the way it should.

 

Any solutions?

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Associate Developer
    Hi, One reason behind this issue would be the "saveInto" parameter. You have to retain the value and for doing this you have to use your data store variable. For example lets say your variable is ri!name for storing the name variable and local!dataSubSet is used to hold the records returned from table. Then, you have to use the expression like saveInto:{ri!name,local!dataSubSet.data.name}. It will work fine
Reply
  • 0
    Certified Associate Developer
    Hi, One reason behind this issue would be the "saveInto" parameter. You have to retain the value and for doing this you have to use your data store variable. For example lets say your variable is ri!name for storing the name variable and local!dataSubSet is used to hold the records returned from table. Then, you have to use the expression like saveInto:{ri!name,local!dataSubSet.data.name}. It will work fine
Children
No Data