Yeah, just count the number of instances:var numRepl = IWDatacapture.getItem("/root/outerContainer").getChildren().length;Use this to capture the number of instances and then using event handling, remove the most recent item that was added. You'll pass the item to your function which is how you can tell which child it is.Dave
No, I don't believe so. At least, not as of version 6.5 -- but I noticed you're inquiring about 6.1.