Skip to main content
December 14, 2022
Solved

Passing value from one interface to another without submit?

  • December 14, 2022
  • 5 replies
  • 0 views

Hi All,

I have two interfaces in which one is embedded to another. Is that possible to pass value from one to another without submitting the form or by just selecting the dropdown value in one interface?

Thanks in advance.

    Best answer by stefanhelzle0001

    That is what this recipe is about. Instead of adding many components to the main interface, you can just call your existing interfaces and pass required data to their rule inputs.

    Check my blog post for some details: appian.rocks/.../

    5 replies

    stefanhelzle0001
    Brainy
    December 14, 2022

    There is an interface recipe to build a wizard style interface. That should get you started.

    docs.appian.com/.../recipe-build-a-wizard-in-sail.html

    December 14, 2022

    Hi Stefan,

    I need to embed the interface in one another. Could you please explain how the values will be accessible to all interfaces?

    December 14, 2022

    My query is like when a value is selected in the dropdown in one interface it should be passed to another interface without submit form.