I have a process model where the start form is an interface and the user inputs the data and when he submits the form, i am getting message that Action completed successfully.
In the process model after the start form, the next node is write to Datastore.
How to show any result page after submit button is clicked to user instead of form going back to the first page of the form?
Discussion posts and replies are publicly visible
You can give user input task in which you can give the form of that interface which you want to display after you submits the form and also enable activity chaining with that connecting node.