“The input should not be empty” working on test verion, but not in prod

Hi everyone,

So, I have a button with wokflows. And I have one input the user must fill before triggering the workflow.

I checked the box “this input should not be empty”. Works like a charm on the test version.

I just pushed on the live version, and it does not work lol. Users can trigger the workflow even if the input is empty (so the workflow fails obviously).

Anyone already had this issue?

I would add validation for the workflow itself to prevent from launching.
Also - try with step by step and inspector to check what data you have and what the workflow actually uses.

1 Like

Yes, that’s what I’ll do. Couldn’t find why it’s doing this, so I’ll add validation for the workflow itself. Thank you