Export list to Excel

Im trying to export a list of exterior walls to excel but when i run the script i only get the data from the first wall

Can anyone please help?

Exterior%20wall%203

Create a new List.GetItemAtIndex with “1” and a new export to excel with new colomn “1”
You exportet only wall not values.
End should be like that

Lacing auto
Capture

1 Like

it helped with the wall but it only shows the area of one wall i Excel

Can you add a “List.Flatten” after ListGetItemAtIndex of Areas?

1 Like

how do i add wall ID to the list?

With Element.Id you can create a new list and export to a column.