Here is a formula for a Datum Surface:
CompleteSurfaceDatum = assemble(RESULTS_BODY ->Query("GSMSweepUnspec","x.Name==\"Seal Groove Remove Tool\"" ) )
I get an error claiming I am trying to valuate a Surface with a function returning a Curve. This seems to be because there is assemble() for curves and assemble() for surfaces. And only assemble() for curves seems to work with a list..
If I make a List feature and try to use that it is no better.
Does anyone know a way to work around this?