How to transfer the localvalue of one interface to another interface?

as title

  Discussion posts and replies are publicly visible

Parents Reply
  • Whilst Appian is Java under the hood, you need to be aware of how data is passed between different type of Appian object.

    For User Interface objects there is a single variable that is defined somewhere (it might be a local! variable or might be a process variable) and you pass references to that variable between user interface objects using rule inputs. Think of rule inputs as "pointers" (in Java terminology). They don't contain the value, the contain reference to a value.

Children
No Data