I am trying to assign list values to another list basically. But couldnt figure it out how to implement my code into Dynamo.
For example I am retrieving my #1 List from database and want to write these values to #2 List which is already in the Revit data. In short, I want to update these Revit values ( list #2 ) according to data from my Database ( list #1 ).
In the screen shot below I want to be my #1 List[ 0 ][ 0 ] value to be the new value on #2 List[ 0 ][ 0 ],
The problem is these list values could be hundreds so I have to implement a loop system. And I am stucked here.