Hello everyone,
In one of my boards, I have a form whose answers from users go in a table.
In this form, I would like the user to be able to choose in a dropdown the report and the pages of this report they want to change.
If they have chosen the report 1, they can then choose between page 1,2,3,… of this report 1, if they have chosen the report 2, they can choose between all the pages of the report 2, … So I did a conditional logic in my forms to do this, and it works well.
But the problem is that in my table linked to this form, it created a column for each condition I had put before in my forms (and I had to put one condition per report). I would like to have in my table 1 column for the report chosen, and 1 column for the pages chosen in the report (which could take the value of the pages of the different reports between two rows).
Could you please help me doing that please ?
Thank you in advance !