I have three different text fields, for the sake of simplicity: "A", "B", "C".
Basically, I need a script that can fill "C" with the value of "B" if "A" is not null.
If "A" is null, then "C" also remains blank.
If anyone can help, I would really appreciate it.