RIGHT Function
From Planfix
								The RIGHT function returns several of the last symbols of a string, based on the number you set.
 
Format:
- RIGHT(text;number_of_symbols)
 - RIGHT(text;number_of_symbols)
 
Examples:
RIGHT(A;5)
RIGHT(Template:Task.String field;4)