Has anyone else experience this issue where you are trying to run a WF only when the email input is empty but when you go to inspect the function it shows this:
This [object Object] is making my conditional fail and thus not allow my WF to run.
If anyone knows this is intentional or a workaround for this then please let me know!
So I realized that when you check off the “This input should not be empty” it creates that [object Object] inside the input. Super annoying but I can see why they did that.
I guess my next question would be if I have to refactor my workflows to check to make sure the input isn’t empty or is there a workaround for that?