Way to store the final output information from dynamo to excel

Hello,

is there a way to store your dynamo output information into an excel sheet?
For example, let’s say I run a script and the value that I get at the end is PASSED or NOT PASSED.
is there a way where I can send that information into excel file?

The reason why I’m asking is I have 5 scripts (not in one single file tho - it gets super laggy. therefore I there are five different dynamo files for each script) that will have Pass or Not Pass results at the end.
I would like to have all five results get written in the same excel file so that the viewer can see PASS/FAIL results at once.

thank you very much for your time and let me know if you need more information.

Sure can…use Data.ExportExcel Node

1 Like