Text disappear from field in created Interface

I've created process model by using appian designer and now work on interfaces which contains for example: form layout, user picker, department, description, city, date and other details.
It's kind of pop-up window where we are able to fill some text fields and after that we can send it/submit.
The issue is when one field is filled and i try to fill next one - when i do this the previous field dissapear.
Do you have any idea what can be wrong?


The goal for my work is to create process model to monitor some processes in company and to test some actions how they goes, in where part of process we can improve according to loosing time etc.

  Discussion posts and replies are publicly visible

  • 0
    Certified Associate Developer
    in reply to piotrb0002
    You haven't used saveInto variables in any of the controls your are displaying this the reason your input vanishes when you changed the focus from one UI control to another. Make necessary local or ri variables for each of the controls to hold the values and use that variables inside saveInto field of each and every controls. This will resolve your issue.