New field formatting code to return last word of a field
-
Appcoll allows for some field formatting options, as shown here: https://support.appcoll.com/form-emails-and-letters/formatting-text-fields-in-form-letters-and-emails
I'd like to suggest an additional formatting code, such as (LastWord), which returns the last word in a field.
Example:
Hello Examiner {Matter.Examiner}, = Hello Examiner John A Smith,
Hello Examiner {Matter.Examiner(LastWord)}, = Hello Examiner Smith,This would solve one of the manual corrections we need to perform.
-
@gregg_appcoll Thanks, I think it's working. I'm doing Examiner {Matter.Examiner(ToTitleCase, LastWord)} to change "Examiner John A SMITH" to "Examiner Smith".
-
Hi Sadiq - we have added this functionality. Please try it out.