I am trying to use this method to add the latest version of a datafile into the root.
rootComp.addByInsert(patientDataFile.latestVersion,adsk.core.Matrix3D.create(),False)
However, even though I specified to use the latestVersion, Fusion still imports the milestone version instead. Is there a way to work around this?