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

Parents Reply
  • 0
    Certified Lead Developer
    in reply to piotrb0002

    Your "Display value" parameter is empty as you can see from the screenshot. This is the reason the input is getting refreshed when you move to the next field. 

    So either you need to create a rule input or you can use a local variable which should be mapped to the "Display value" parameter.

    Also, if you want to save the input provided by you into any rule input or local variable, you should map either of them to your "Save Input Into" parameter.

Children
No Data