Hi,
I am trying to duplicate a lookup field. The original lookup field is a string.
For duplicating into another field, I have tried the following. But none of it seems to work (I am getting the number instead of the string0. Let me know if there are any other options.
1. Use a simple formula, duplicate = original
2. Add a single line field 'duplicate' and use the deluge script on user input of 'original'
A = Form_Name [ID = input.original];
input. duplicate = A.original;