formData.userJourney.goNext()

Advances the user journey to the next step.

When executed, this method:

  1. Evaluates and applies any actions defined for the current step.
  2. Saves the current record data.
  3. 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.