Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!
The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.
Hello,
I'm trying to send an Email from a process model, but when putting in the "TO" recipient an email address not related to an user registered in my environment, it does not send it.
I do not give any error, just do not send it to such recipient:
as you maybe can see from the screenshot, when monitoring the process there is not any error, but no "ToValidAddresses" is registered.
Instead, if I put my Appian Account email in the "TO" field, this became filled and I can receive the email.
Any idea about this behaviour?
Thanks a lot
Discussion posts and replies are publicly visible
I believe this where the conversion from text to email address type fails, try wrapping your email address with: toemailaddress()
It worked perfectly, thanks a lot