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 Reply
  • 0
    Certified Lead Developer
    in reply to minhajk0002

    Well, it looks like you have not configured your form in the process model correctly.

    Make sure you are modelling your process correctly so that you can save values from a form.

    spefically, ensure you have mapped properly your interface inputs in Activity class variables (Data - > Input tab of your User Interface) and you have a process variable getting them saved into

    something like

    You can configure your parent interface here in the node

Children