© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Alex Bershtansky
alexbrs1
if i need to draw in mail body multirecord table do u have solution for that?: json arrays? Loop block for arrays?
Jon Dixon
APEX, ORDS & the Oracle Database
Hi, I usually generate the HTML via PL/SQL, then include the table in the Email using the !RAW substitution syntax, e.g., #EMAIL_BODY!RAW# Described in this post: tm-apex.hashnode.dev/display-tabular-data-in-an-e… You can then use CSS in the email template to do the coloring, e.g., blog.cloudnueva.com/apex-email-templates-advanced…