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.
Hi Team,
I have a use case where if someone clicks on a button then an email should be sent but that interface should remain intact.
See the below process model,
So the start node is configured to run the following form,
When Someone clicks on search, a second interface loads below to it but at the same time I want to send an email and that is what I am trying to configure it in process model. So after clicking on search, it is showing below when I am just trying it with interface and not by running the process model
Now the main problem is that, I have configured that Process Model to run using a site. But when I click on search button in site, email triggers but the partial interface like in the above image does not load. See the below site,
Please help in this regard.
Thanks in Advance
Discussion posts and replies are publicly visible
Assuming that your "search" button uses a dynamicLink(), you can simply add into its saveInto parameter, a call to a!startProcess. There you can add a reference to your process that sends the email - it wouldn't have a start form (or any form at all), but instead would instantly run asynchronously in the background and send the email in question.