Hi, I am trying to fill in a field with the content of 5 other fields separated by an underscore.
I manage to get Field1_Field2_Field3_Field4_Field5 but if one or more of the fields are empty I get a consecutive underscores like this: Field1__Field3_...