Skip to main content
January 24, 2023
Question

Sending email interface

  • January 24, 2023
  • 5 replies
  • 1 view

Hi guys,


I would like to create a graphically beautiful interface for sending emails with recipients, subject and body. I don't know which object I can use for "TO:" having more than one recipient.
Can anyone share its interface?


I need ideas to make it happen

thank you

5 replies

stefanhelzle0001
Brainy
January 24, 2023

Did you try to just use a text field and then use a comma to separate multiple addresses?

richardm900458
February 3, 2023

then to separate it you can use split() function

csteward
January 24, 2023

Or, a user picker that allows multiple selections?  What have you tried?

February 3, 2023

thx, I used user picker  and looks nice, but if I need to add an email address that is not registered as a user in Appian how can I fix it?

for "body" which component Should I use?

csteward
February 3, 2023

You can always implement a grid to collect a list of text based email addresses as well, or use a text field comma/semi-colon delimited as Stefan suggests as well.

For the body of the email, I generally use the HTML template option.