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
What do you mean with "home page" and "same page"? Can you explain that user experience in more detail?
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?