Hi,
I have a Child Interface with a Submit button and a File Upload functionality. It has two Rule Inputs:
cancelInput
uploadedFile
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().
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
I think the best way to do this is to create two rule inputs with similar names on the parent interface and pass these to the child interface.
Maybe this blog post helps you to understand how to work with data in interfaces: https://appian.rocks/2022/07/05/data-in-interfaces/