Apex 5.0
Oracle 11G EX
I can send an email using the built-in page process for send mail - as a 'on submit' process.
Can I reference page item values in the email? I know this is possible if I build by own PL/SQL process... but I am not savy that way.
If it is possible - how is that done? how can those page item values be referenced?
Using :P1_FIELD or V('P1_FIELD') does not work - as they are simply taken as additional text.
Thanks,
Rich