hi @davi.simao add conditional expressions on the input to set it’s initial content.

Let us assume dropdown 1 is for the first row of the probability table and dropdown 2 is for the second row of the probability table, etc…

condition 1: dropdown 3 value is yes or dropdown 4 value is yes or dropdown 5 value is yes - then the initial content should be critical
condition 2: dropdown 2 value is yes and dropdown 3 value is no and dropdown 4 value is no and dropdown 5 value is no - then the initial content should be high
condition 3: dropdown 2 value is no and dropdown 3 value is no and dropdown 4 value is no and dropdown 5 value is no and dropdown 1 value is yes - the initial content should be medium
condition 4: you dont need to set any condition for this. just make the input initial content empty.

Let me know if it works for you.