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).
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.