Hello, I'am using script bemlow to browse all instance created using **Instance Creation Wizard **
results = system.tag.browse(path = '[Myest]', filter = {'tagType':'UdtInstance',"recursive":True,})
for result in results.getResults():
print result['fullPath']
The problem is : when I execute script it firstly browse all UDT Definition aftet getting all instance that I created using Instance Creation Wizard
methode.