Hi everyone,
I’m struggling with the following issue:
- I have an input field that should not be empty so I checked the “this input should not be empty” option
- If I click the button below the input I want to trigger 2 workflows:
- Save data from the input field
- Show alert message (the input field is NOT used at all in this workflow)
However, if the input field is left empty then the input validation blocks BOTH workflows… I want it to block only the workflow that saves data from the input field.
Here a short video to illustrate this issue. I previously submitted the video as Bug Report (but I didn’t get an answer yet):
Any tips would be really appreciate, thank you!