Hi,
I am new to Appian. I need help in the below task.
I am trying to display a field in my current interface which is residing in a different interface. Please help me with this.
Discussion posts and replies are publicly visible
Hi Ahmed,As far as I understand from your question you want to populate one interface field in another interface so you have to only call that interface in your current interface using
rule!YourInterfaceName()
and if your requirement is something else so can you please share some interface snippets that you want to show at another interface?
Similar to this, the blue area is the display field coming from another interface where the display field is residing.
So you have to call this interface(Red Object) in you another interface (Blue area interface).
I just need one field to display it's value in blue area from another interface.