How to Pass Parameters from Parent to Child Interface in a Tab-Based Navigation

Certified Associate Developer

Hi,

I have a Child Interface with a Submit button and a File Upload functionality. It has two Rule Inputs:

  • cancelInput (Type: Boolean)
  • uploadedFile (Type: Document)

Now, I’m using a Parent Interface that has a Tab-based Navigation layout, and I want one of the tabs to display this Child Interface. However, the system prompts me to pass the two parameters (cancelInput and uploadedFile) when I call the Child Interface using rule!ChildInterface().

How can I effectively pass these parameters from the Parent Interface to the Child Interface while keeping the setup simple? I’d appreciate any tips or examples!

Thanks in advance for your help!

Naveen k Rajakumar

  Discussion posts and replies are publicly visible