is this a valid syntax for the email template? ```...
# suitescript
a
is this a valid syntax for the email template?
Copy code
${book.entity?keep_after_last(":")}
The issue is ${book.entity} is a string like this "customer : contact" and I need just the contact bit
m
It should be. Is it giving you any error?
a
yes
it will not allow me to save the template