Dynamo gurus:
I am just getting started, so please forgive my ignorance. I have managed (mostly using Data-Shapes) to cobble together a way to export room parameters to Excel, along with the ID of each room object.
My challenge is to re-import once the Excel has been filled out. The problem is associating the data in each line with the ID. If a room has been deleted since the Excel export or a cell has been left blank, it throws a null value. This, in turn, throws off the number of items in the final list.
Any suggestions on keeping the data in each row associated with the ID would be appreciated!
Thanks,
RL
I am just getting started, so please forgive my ignorance. I have managed (mostly using Data-Shapes) to cobble together a way to export room parameters to Excel, along with the ID of each room object.
My challenge is to re-import once the Excel has been filled out. The problem is associating the data in each line with the ID. If a room has been deleted since the Excel export or a cell has been left blank, it throws a null value. This, in turn, throws off the number of items in the final list.
Any suggestions on keeping the data in each row associated with the ID would be appreciated!
Thanks,
RL
Comment