Exporting to Excel via Dynamo Player - Hangup

I’m working with the graph I found on RevitAddOns blog that exports parameter values to Excel through Dynamo Player and trying to update it, the download option seems to be out of service and it didn’t work when assembled as screenshot in the blog post. I have it mostly working, except it will only export a single line of data, rather than all.
Any feedback on where I’m going wrong would be much appreciated.

GENERAL_Excel-Exporter.dyn (76.5 KB)

Be good to see whats happening in the list structure of the node entering the data.One of the other nodes might be flattening it

Hi Brendillon, the Element.GetParameterValueByName uses shortlacing as default. Set this lacing to longest and it should work wonders for your problem

2 Likes

BlockquoteHi Brendillon, the Element.GetParameterValueByName uses shortlacing as default. Set this lacing to longest and it should work wonders for your problem

That did the trick! Sharing the finished product as well.
GENERAL_Excel-Exporter.dyn (76.5 KB)

1 Like