I think I know the answer to this but is it still not possible to go to an added record (form page) automatically at the end of a process? At the moment you have to use the open edit page, which requires the user to save (complete step) and then takes them back to where the process started.
Like
Not without something custom. I typically will add something that listens for a message sent from processes with the Id of the record to navigate to. This way it opens normally like any page and doesn't leave a process task leftover if the user doesn't save.
Hi,
You are correct. At the moment, there is no out-of-the-box functionality that allows automatic navigation to the form page of a record created in a process at the very end of the process execution. The standard behavior when using Open Edit Page still requires the user to complete the page step, after which the process finishes and returns the user to the original context where the process was started.
If such navigation is required, it can only be implemented via customization. There is currently no built-in or declarative way to achieve this behavior using process elements alone.