Check the display of items according to the button pressed

Hello, I need your help.

Issue to be resolved:

I have several questionnaires in my application (each on a page that has its own) and I have grouped them on one page. I would like to know how to display the “X” questionnaire when the user presses the “X” button and display the “Y” questionnaire when the user presses the “Y” button

Example:

1 - when the user wants to CREATE something X, he clicks on the button “CREATE thing X”, he is then sent to the questionnaire page (where all the questionnaires are located) and only appears the questionnaire CREATE thing X.

2 - When the user wants to CHANGE X, he clicks on the “CHANGE X” button, it is then sent to the questionnaire page (where all the questionnaires are located) and only appears the questionnaire CHANGE X.

I think you can send parameters in the URL in your workflow.

Questionnaires can be visible/not visible based on the parameters url contains.

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.