A Flow condition to check if a string variable is empty can be accomplished as follows:
(fx) empty(variables(‘myStringVariable’)) ‘is equal to’ (fx)true
Not very exciting, but quite handy.
Ideas that work
A Flow condition to check if a string variable is empty can be accomplished as follows:
(fx) empty(variables(‘myStringVariable’)) ‘is equal to’ (fx)true
Not very exciting, but quite handy.
Thanks Anita, very handy 🙂
Thanks Anita. It is very useful