Is there a way to format the fields in the notification email such that if you have something like {Fieldname:12} and it is empty you might leave it blank but if it has a value then you add something like a comma or dash after it? I essentially have a list of fields in my notification email and I want to list them with certain delimiters but not show the delimiters if the field is blank.
Example {Fieldname:1.1} - {Fieldname:1.2} , {Fieldname:2.1} - {Fieldname:2.2} , .....
I dont want it to look like: john - 51, - , when some are blank.
Thanks!