Check Existence of Node by Indexpath
This action checks that a node in the tree exists.
You give the path to the node you want to check as an indexpath.
For example, checking a textpath of ''1/2/3'' would check that the first node in the tree has at least 2 child nodes, and that the 2nd child node has at least 3 child nodes.
Parameters:
Check Existence of Node by Textpath
This action checks that a node in the tree exists.
You give the path to the node you want to check as a textpath.
For example, checking a textpath of ''Dog/Bird/Cat'' would check whether an entry ''Cat'' exists beneath an entry for ''Bird'' in the tree, which furthermore lies beneath an entry ''Dog''.
Parameters: