I made an HDA with a "Label - Message" that changes depending on an attribute inside the HDA. I'm currently using this kind of script to get the attribute:
`details("../myHDA/mySubnetwork/myWrangle", "myAttribute")`
The problem is when I duplicate the HDA (creating an HDA named myHDA1), the path does not work anymore because of the 1 at the end of the name.
What's the proper way to do the relative path?