Dynamo Core nodes missing in different Revit version

I’ve created most of my Dynamo scripts in Revit 2019 using Dynamo 2.0.3. I’ve got Revit 2020 installed with Dynamo 2.3.0, and when I open any .dyn files in Revit 2020, several core nodes are missing. I created a simple example showing the script created in 2019, and what it looks like in 2020. The “List Create” node is missing in 2020, and I get the errors below in the log. The “String.Concat” remains so this is only happening with certain nodes.

Clearing workspace…
connector c5140d18-bc72-41e2-9b2c-6f6d989eb6cc could not be created, start or end port does not exist
connector c5140d18-bc72-41e2-9b2c-6f6d989eb6cc could not be created, start or end port does not exist
connector 53630967-37d4-4abe-b2bb-cb7b20d2d29a could not be created, start or end port does not exist
connector 53630967-37d4-4abe-b2bb-cb7b20d2d29a could not be created, start or end port does not exist
Active view is now Level 1
This graph has a nodeview with id:516b423e-86fb-4a8a-8bd3-f7b32218786b and name:List Create, but does not contain a matching nodeModel
image
image

a long thread on the same topic:

1 Like