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 I am having a landing page in process start form in that landing page I am having a interface(interface 1) inside that after I hitting the submit button it is going to display and another interface(interface 2) that is outside of the landing page interface .In that Interface 2 there is cancel button when I hit that it want to come back to the interface 1 in the landing page. can anyone suggest some idea?
Discussion posts and replies are publicly visible
If interface 2 is outside the start form and in the process as a separate UIT, then just end the process and you'll land back to the start form. If it is inside your start form, then you can use variables to control what interface you want to show. Like change the value of a variable to 1 to see interface 1 and change the value to 2 to see interface 2