Hello family, I need to execute my workflow like this if the variable is null or empty I won’t execute the program or workflow like this I gave code `
(Not String.IsNullOrEmpty(Subject) and not string.IsNullOrEmpty(DocBody))
My intention is if both variables empty then the flow should stop but what I use above code it is only seeing the subject it is not going to the body like it not look the body is empty are not its look only subject what to do can anyone explain
Thanks
Chethan P