Required is on but workflow still proceeds. Is there another step?

I have a form where two fields are required. I have toggled the Required field to On but my workflow still proceeds and populates the Supabase row with EMPTY. I thought having Required on would stop the workflow. My workflow is Database Insert followed by Fetch collection.

are you using a form element? is the workflow triggered by a form submit? if that’s not the case the required attribute will not stop the workflow and you need to have your own logic in a true/false split action

1 Like

Ahh, I put a tabbed element into a form container. That does not work. I’ll be looking into true/false split actions! Thanks for getting back.

1 Like