formData.userJourney.goNext()
Advances the user journey to the next step.
When executed, this method:
- Evaluates and applies any actions defined for the current step.
- Saves the current record data.
- Proceeds to the following step in the journey.
This behavior is equivalent to the user pressing the Next or Finish button in the user interface.