APEX 24.2
I've tried to reference APEX Text Messages inside an email template, for instance in the subject and html body, but it's not working.
I've tried different ways like &{MY_MESSAGE}. , &APP_TEXT$MY_MESSAGE!RAW. and &APP_TEXT$MY_MESSAGE.
No luck. All I get is exactly those literal names, not their value.
Is there a way around this?
I could use #MY_MESSAGE# and send the value as a regular email template parameter, but it'd mean sending some html as well when all I want to dynamically replace is some translatable text.
I guess Text Messages are not supported within email templates, but well, I wanted to give it a try and ask.
Thank you in advance