[Dynamo] Trying to place wall finishing on RC wall, column etc

Hello everyone,

I’m hoping to get some assistance with a Dynamo script. I’m trying to place a family type into my Revit model at specific coordinates that I’ve pulled from an Excel file.

I’m using Dynamo 3.03 and Revit 2025.

The script is running, but the last nodes are returning a null value and not placing any elements. I’ve no idea how to overcome this.

Here is a screenshot of my current graph: [Insert link to a screenshot here]

I’ve also uploaded my Dynamo script and a sample Excel file here if anyone wants to take a look: https://drive.google.com/file/d/1OcD4UjVfXRM5Reqm41VvcjhF-4q6toRP/view?usp=sharing

Any advice or guidance on what I’m doing wrong would be greatly appreciated. You can access the .dyn file from the link below:

Thank you so much in advance for your time!

Screenshot and Excel file are missing?

What are you selecting in your Dynamo here :backhand_index_pointing_down: ?

Also in your script there is nothing which points to an Excel? So i don’t understand this :backhand_index_pointing_down: .

Also :backhand_index_pointing_down: .

Node Name: Wall.ByCurveAndLocation
Original Node Name: Wall.ByCurveAndLocation
Package: WombatDynamo.Wall.Actions
Dynamo Version: 3.3.0.6316
Host: Dynamo Revit
Messages: Wall.ByCurveAndLocation expects argument type(s) (Autodesk.DesignScript.Geometry.Curve, double, Revit.Elements.Level, Revit.Elements.WallType, string, bool), but was called with (string, double, Revit.Elements.Level, Revit.Elements.WallType, string, bool). href=NonOverloadMethodResolutionError.html
State: Warning

EDIT

After bit of fiddling with your .dyn. i get (to) this.

Node Name: Wall.ByCurveAndLocation
Original Node Name: Wall.ByCurveAndLocation
Package: WombatDynamo.Wall.Actions
Dynamo Version: 3.3.0.6316
Host: Dynamo Revit
Messages: Wall.ByCurveAndLocation operation failed.
Method not found: ‘Int32 Revit.Elements.Element.get_Id()’.
State: Warning

EDIT 2

This one works though :backhand_index_pointing_down: . So my guess the issue is in the node(s) from the WombatDynamo package.