Is it possible to check destination field value with initial field value and then insert changed value in a field?
To clear things up a little bit:
Field1.value = Test (this one is copied to Field 2)
Now Field1.value is changed to “Tester”.
As I have multiple fields which are copied into a list on another page, I have to check, if destination field value equals the initial field value of Field1 (“Test”) and if so, overwrites it with the new value “Tester”.
If not the Field1.value should be copied into an empty field.
