I want to push the value in a dropdown into another field so that if the dropdown is changed I can still see the first value that was chosen.
Can this be done through Studio with a formula ? V13.1
I want to push the value in a dropdown into another field so that if the dropdown is changed I can still see the first value that was chosen.
Can this be done through Studio with a formula ? V13.1
If you want to track the original value only you can do a simple logic hook that copies the dropdown value to a text field only if the text field is empty.
That way you copy the first time that the field is set, and then it stays the same from there on regardless of what happens to the dropdown field.
Francesca
If you want to track the original value only you can do a simple logic hook that copies the dropdown value to a text field only if the text field is empty.
That way you copy the first time that the field is set, and then it stays the same from there on regardless of what happens to the dropdown field.
Francesca