Resolved! How to recursivly apply an automation chain to a document and to its children (and the children of its children and...) ?
Hi, I want to modify a property of a document and of all its descendants. I have builded an automation chain ("myChain) to make it recursively. This chain is called by an user action. It does work only for a document without child... Here is the chai...