Activity chaining related

Is it possible in appian without activity chaining can i show two different forms for the same user to fill details

  Discussion posts and replies are publicly visible

Parents
  • Hi ,

    No, without chaining it is not possible. But we have an alternative of this, In single form only, take two different sections and on Submit of first section with using buttonWidget, hide this first section and show second section. If you want to save or populate first section/form values in second section, you can use local variable. And in second section only you have to give buttonWidgetSubmit to submit this form.

    So for end user it will show like they are dealing with two different forms like chaining.

    Hope this will help.

    Thanks,
    Sandeep
Reply
  • Hi ,

    No, without chaining it is not possible. But we have an alternative of this, In single form only, take two different sections and on Submit of first section with using buttonWidget, hide this first section and show second section. If you want to save or populate first section/form values in second section, you can use local variable. And in second section only you have to give buttonWidgetSubmit to submit this form.

    So for end user it will show like they are dealing with two different forms like chaining.

    Hope this will help.

    Thanks,
    Sandeep
Children
No Data