Skip to main content
May 31, 2022
Question

Interface

  • May 31, 2022
  • 2 replies
  • 0 views

Hi

How to two interfaces in one form in interface

    2 replies

    gopalk2865
    Participating Frequently
    May 31, 2022

    hi Pavan , create one parent interface and call those two interfaces in that. Your parent interface should look something like below,

    {
    rule!interface1(),
    rule!interface2()
    }

    May 31, 2022

    You can check out the example templates Appian provides when creating a new interface object. They show how multiple interface sections are combined into one form.

    In the marked templates, you find multiple section layouts. These can be seperate interface objects called using rule!.