Missing something with required fields in a form

What is the trigger for your workflow? Are you using a form container?
image
In order to block the workflow from triggering with a required input you need

  • the input to be inside a form container
  • the workflow should be triggered by the “on submit” event (not a “on click” on a button)
3 Likes