Not able to pass value from parent interface to child interface?

Hi Team,

I have 2 interface one is parent and another is child interface.

From child interface i am submitting the form and found that value is not passing from child to parent.

I am using same rule input for both parent and child.

help me on this to get the solution.

Thanks,

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    Submit means that the task in a process is completed and the process flow continues.

    In interfaces, data can be shared between top-down from parent to children. Sharing data then means that you need to use a rule input or a local on the parent and pass it to a rule input of the child. Then changing a value in the child will reflect in the parent.

Reply
  • 0
    Certified Lead Developer

    Submit means that the task in a process is completed and the process flow continues.

    In interfaces, data can be shared between top-down from parent to children. Sharing data then means that you need to use a rule input or a local on the parent and pass it to a rule input of the child. Then changing a value in the child will reflect in the parent.

Children
No Data