Skip to main content
February 6, 2025
Question

Is there a way to support questionnaire with linked question?

  • February 6, 2025
  • 2 replies
  • 0 views

I want to have a questionnaire with linked questions, like when user choose option A then go to question 2 while user choose option B then go to question 3.

And the questions are not static, user also need to manage the questions in Appian, meaning the questions are dynamic. User can change the answer and which question it is linked to.

How can I implement such feature?

    2 replies

    gopalk2865
    February 6, 2025

    Hi, You would need to store your dynamic questions in a table and also you would need to make related tables where you can store the linked questions. so based on user's selection , you can fetch the related question in the ui.

    gayatria0439
    February 6, 2025

    Hi [mention:2aea1bf0b6954f94815518e79da990c7:e9ed411860ed4f2ba0265705b8793d05] , First of all, we need to prepare a set of questions that you want to generate dynamically. Based on the user's selection or answers, we need to query those questions and display them as different or new questions. we can handle these things by putting a condition to display and to query that 1 question from the set. I have an example for this implementation.