Hello
I would like to write a condition in which if the rack has at least one box, do some instructions but I don't know if "content(Rack1)" is the correct comand because the comand content returns the number of child nodes in a parent node.
I want to write this condition:
If(content(Rack1)<0){
Do something}
I will appreciate your help. Thank you so much