Can you show an image of the graph with the output visible from the list of items being fed into it? You may have something in the “view” that you can’t do this on and it is throwing this error.
ETA: Figured it out. The detail item cannot be in a group if you want to “bring to front” or “send to back”.
Simplified it a bit and upgraded to Dynamo 2.0 but now getting error:
Warning: IronPythonEvaluator.EvaluateIronPythonScript operation failed.
Traceback (most recent call last):
File “”, line 31, in
Exception: The element detailElementId is not a detail element.
Parameter name: detailElementId
Revised Python script:
import clr
clr.AddReference(‘RevitAPI’)
from Autodesk.Revit.DB import *
clr.AddReference(‘System’)
from System.Collections.Generic import List