Removing Trailing Characters

took me a while to figure this out...

To Remove Trailing Characters:

Create a New Action
For action type use Replace with Regular Expression
Choose the field you want trimmed
Enter for Regular Expression: .{4}$
Leave blank the Replace Matches With

In the above instructions 4 characters will be removed from the end of the field. Change the number to suit your needs.

Good Luck!
Roger