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.
In our Appian Application a form is being submitted through a process mode and after the process it is automatically being redirected to home page. I want to keep the user in the same page after the submission. Is there any way to do it?
Discussion posts and replies are publicly visible
You can route back the process to the same UIT and perform all the operations that you were typically doing after the UIT, in an async sub process.
No, you would typically need to put a confirmation page after submission with a link to the Record you just created.
What do you mean with "home page" and "same page"? Can you explain that user experience in more detail?
surajits In case you are looking for what Mat said, I have described that exact use case here in this blog.
Appian also has a nice example here: docs.appian.com/.../forms.html
This is the default Home page:
This is the Month End Review page:
When anyone click on Update or Start link the MER Form is being opened through a Process Model:
When anyone click on any button at this Form then some process took place and then automatically redirected to default home page as I mentioned earlier. But I want to remain in the Month End Review Page. How it can be done.
I shall be grateful to you if you kindly help me regarding this.
Solution is mentioned above. It is not possible to redirect automatically in Appian.
Did you consider do use a record action and open that in a dialog? Then your user would stay in context.
Thanks for the suggestion but at this moment it is not possible to change the whole flow and convert it to a record action.
COuld you post the code where you are open the new form or give details about the way you are doing it?