Hi all,
I am trying to create a dynamo script that will export my room schedule automatically into excel.I have managed to get a script that works, but realised that the schedule I need to export has set filters (such as only include rooms where Room_Name parameter starts with “A”)
I have the picture of my script below. Any suggestions are much appreciated,
Thanks,
M
Why not just use the native Export feature to export the schedule as-is?
If you really need to recreate the data through Dynamo, then you can use one of the “All Elements in View” type nodes to get the elements already filtered in the schedule. You can also pass your parameter names as a list and use list levels to do everything once (rather than repeating each node for each parameter), it will even give you the right structure if you prioritize the elements.