I have a workflow that works very well, it is generated based on a “google doc” document, I have it with boxes to make it clearer for the reader, however there are times when the box does not contain information, what I want is to know how to validate that only prints if it contains information !
something like a condition… ?
if (count (select (notes [amount])))> 0
print box else
“do nothing” endif
I think it would help us all to know how to do this …
thanks and I hope someone can help me …