Dynamo Version
=> Dynamo v.4.0.1
Tested on 3.6 and current daily build (2026-04-22)
Host
Dynamo Core / Sandbox
Operating System
Windows 11
What did you do?
Testing the example scripts for the Dynamo MCP and Agent Nodes testing csvdata_to_panels.dyn
Function block has warning "Method 'ToString()' not found"
Code
def tostr(pt:Point)
{
return = ToString(pt.X) +"," + ToString(pt.Y) + "," + ToString(pt.Z);
};
What did you expect to see?
No warning, string output when using function
What did you see instead?
nulls lots of nulls
What packages or external references (if any) were used?
Agent nodes, however the problem still exists in versions without the Agent nodes installed
Stack Trace
No response
Details
No response
Dynamo Version
=> Dynamo v.4.0.1
Tested on 3.6 and current daily build (2026-04-22)
Host
Dynamo Core / Sandbox
Operating System
Windows 11
What did you do?
Testing the example scripts for the Dynamo MCP and Agent Nodes testing
csvdata_to_panels.dynFunction block has warning "Method 'ToString()' not found"
Code
What did you expect to see?
No warning, string output when using function
What did you see instead?
nulls lots ofnullsWhat packages or external references (if any) were used?
Agent nodes, however the problem still exists in versions without the Agent nodes installed
Stack Trace
No response
Details
No response