Hello,
Here is my scenario ...
Dynamic fields: TOTO
- value1
- value2
Text fields (with conditions): Myfield
Condition # 1: This field [is filled] [A] [#form#] [v] WHEN [TOTO] [equals] [value1]
Condition # 2: This field [is filled] [B] [#form#] [v] WHEN [TOTO] [equals] [value2]
If I select TOTO = value1 Myfield displays
nothingIf I select TOTO = value2 Myfield displays
BThe problem is that Myfield only takes into account the last condition is it normal?
thank you