Skip to main content
February 22, 2024
Question

Redirecting to Home page after submission of form through Process Model

  • February 22, 2024
  • 10 replies
  • 0 views

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?

    10 replies

    harshitb6843
    February 22, 2024

    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. 

    mathieud0001
    February 22, 2024

    No, you would typically need to put a confirmation page after submission with a link to the Record you just created.

    harshitb6843
    February 22, 2024

    [mention:e710acbaca5f48b6bf78cc23b1083e1d:e9ed411860ed4f2ba0265705b8793d05] In case you are looking for what Mat said, I have described that exact use case here in this blog. 

    [View:https://appianspace.com/2023/06/22/confirmation-screen-with-record-link/:320:50]

    mathieud0001
    February 22, 2024

    Appian also has a nice example here: docs.appian.com/.../forms.html

    stefanhelzle0001
    February 22, 2024

    What do you mean with "home page" and "same page"? Can you explain that user experience in more detail?

    surajitsAuthor
    February 22, 2024

    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.  

    mathieud0001
    February 22, 2024

    Solution is mentioned above. It is not possible to redirect automatically in Appian.