Process Actions in the Universal GUI related to navigating through screens don't perform too well. A user can navigate faster through the GUI manually. One of the reasons for this are the many HTTP calls that are triggered after a Process Action is executed. A bit similar to the concept of Refresh after Execute for Tasks, it would help if there is a setting available for each Process Action in which it can be determined whether or not to immediately perform the next Process Action.
An example:
A Process Flow that performs Open Document > Change Filter > Go to Row should only retrieve the Data after the required (set of) Row(s) is determined with the Go to Row Process Action.
​​​​​​​Can something like this be added to the Platform soon?