Description
If this issue is with Dynamo for Revit, please post your issue on the Dynamo for Revit Issues page.
If this issue is not a bug report or improvement request, please check the Dynamo forum, and start a thread there to discuss your issue.
Dynamo Core: 2.1.0.7500
Dynamo Revit: 2.1.0.7733
(Which version of Dynamo are you using? Go to Help > About if you're not sure.)
Operating system
Windows 10
What did you do?
Opened a graph I have been working on before
What did you expect to see?
Working code as it was when i last closed it.
What did you see instead?
Found that all the input nodes returned null even after after running the graph this includes nodes such as plane xy and number slider.
What i found the error to be? (That needs to be fixed)
As soon as i replaced all the ScopeIf nodes i had put into to replace If nodes. (As the ScopeIf does not return a list if one of the the inputs was not a list, in this case false is null to stop the next part of the code running, so this was a useful change from the If node) With If nodes again the graph worked again as expected.
Considering this is an out of the box node this is another worrying BUG, as i had no idea what i had changed to make my whole code fail. As my code is linked to the running of a larger project i was unable to show any of my work from last week at this mornings progress meeting as the code was not able to work at all and in turn write out any geometry to the Revit family/s.