Archilab keyschedule node

I created a dynamo script, using the archilab keyschedule, node to import excel information into a key schedule in revit 2023.

When I tried to use the same script in 2025, it runs but does not update the key schedule. It shows no errors. When I look at the value in the keyschedule node in 2025 it shows null.

Does anyone know what might have changed in 2025 to make the script stop working?

If anyone has a suggestion on an alternative solution that would be much appreciated

Hi @TomHEV9PF try open the node, if i remember that one is in python… and set to cpython 3 or ironpython 3 and see if it could work

Sovitek,

That was it!. Thank you. I tried every else but never checked the Python version.

Another question, it appears 2023 wants to use IronPythin2.7 2.4.0, Revit 2025 wants to use IronPythin2 3.2.0. Is there any way to have Dynamo run the specific version. Not the end of the world if it can’t. Our projects are slowly being moved to Revit 2025

The python engine being used is stored in the python node being executed. You would have to save two separate versions of the graph, one with each python engine selected for each of the nodes.

Thanks. That’s what I figured. The users will all just have to accept that we’re moving to 2025