Action don't reflect on the application

Hi Community,

I have a case that I add new row (Add new Goal) to my grid as the image below shown:

This action is work perfectly in the interface design as the image below shown:

But when I open the application, the add button don't give result.

Anybody know why this happens ?

Thanks in advance.

  Discussion posts and replies are publicly visible

Parents Reply
  • Ok. So:

    • a rule input (on an interface rule or an expression rule) is NOT a variable. That is, it cannot store any data because it is a pointer or a reference to a variable
    • in your case I presume your interface is added to a User Input Task smart service in a process model
    • unless you have a corresponding Activity Class variable defined and mapped to your rule input your data will disappear when you try and add a row
    • Also unless you have defined your variable as a multiple (and array) you'll only be able to add one row

    Hopefully that should give you some insight as to what's happening

Children