I am running Dynamo 0.82 with Revit 2014. I am able to write only the Key Numbers into the Key Schedule, not the text values I would like to populate my Key Schedule with.
I downloaded the Package version that mathced my Dynamo version. The only difference I see is the Key Schedule Node does not have an OUT - output, but a ViewSchedule, see attached. Thanks!!
Ana, Couple of things: 1. Please start a new thread and don’t hijack an old one. Your issue is not at all the same as the original issue that OP who started this thread had. 2. Support for old versions of Dynamo/Revit will not be easy to get. Please consider upgrading to 9.2 and 2016 (Dynamo and Revit respectively)
I’m having the same issue as the first comment where my error is “Attribute Error… GetTableData”
I am using Dynamo 9.0, with Revit 2016. Has the node been updated to work with 2016? Because I think I have fixed everything else in this thread.
My Data list is organised into a format >
[1] List
[0] Sheet name
[1] Code
[2] Comments
…
Some of my lists are empty (e.g. when there are no elements on the view of that particular sheet). could this be affecting the data reading? Even if I feed a data list which is just Code, Comment I am getting the same error
[quote=“Daniel_Hurtubise, post:28, topic:1852”]
no results but no data
[/quote]That node only takes strings for data. Perhaps your numbers are the culprit.
Sorry so the problem was that your results included empty values? How can we get around that issue
//
Now I have no error (the error in original post of “Attribute Error …GetTableData”) I think my parameters were wrong because I was including the schedule name (e.g. {“ScheduleName”, “ParameterName1”, “ParameterName2”} so now I only put the parameters names for IN(2) and there is no error message.
Thanks for the reply, check out the screenshots. I think my inputs are the same and the data I am putting is also in a identical list format, and the output of the node is “list”
My parameters are text format, I feel like my dynamo is only reading and not writing to my Revit?
Sorry Kulkul, to be clear, my issue is that there is no data being written into a schedule using the Key Schedule node.
The original post solved it by mentioning it doesn’t work for Revit 2016, can someone confirm whether the node was updated or not? Otherwise I implemented the solutions they found (e.g. text parameter, inputs into the node) and I am still having an empty schedule