I have another question.
What about variables validation?
For example I need some String variable not to be null or emty.
At this moment I can add a Node to validate variable. But built in process IF() is rather bulky to do complex validation(for example e-mail validation).
Thanks
|