The question is ...
I have two fields, one is of type Select Dynamic, and need to copy the selected value and place it in the second. I used the following CONDITIONAL STATES:
- This field (field2) is Filled by field1@value WHEN field1 is Change.
The value that is copied is not the selected value, but the value of id used to create Select Dynamic.
- <Option value = "id used"> target value </ option>
I did not find an attribute for use after field@!
Does anyone know a way to get the value of the select field?