Skip to main content
December 11, 2024
Question

Inserting Image in HTML

  • December 11, 2024
  • 4 replies
  • 0 views

Hi All,

I have expression rule which contains HTML Code.

How to insert Image into this HTML code which is stored Appian Folder without using HTML Template / converting image into base64 / passing web URL?

Thanks,

Ganesh.

    4 replies

    stefanhelzle0001
    December 11, 2024

    Where do you want to display this HTML?

    December 11, 2024

    to send an email to user

    stefanhelzle0001
    December 11, 2024

    Embedding images into email is a problematic you will find a solution outside of Appian. I suggest to search the internet for best practices and then implement them in Appian.

    mikes0011
    Brainy
    December 11, 2024

    There is a long-since-working HTML solution for attaching the image to your email as a file then displaying it in-line using a certain HTML command - search around here and you will find it.  But you will still need to use the HTML template or other custom-defined HTML at least, there's no getting around that part.