Combine multiple schedules in one excel sheet

Hi,

I have 7 schedules of different categories in my Revit template, I’d like to combine these into one excel sheet (one schedule after another, on one tab).
I made a test with two of these schedules, but all I’m getting is that the second schedule overwrites the first 4 rows of the first one.
Can someone help? What do I miss?
Capture

Your list levels are too deep. You need at most 3 levels for this to work. A List.Flatten should work for you here.

Thanks a lot, that was it. 3 levels at most and it works.

1 Like

I’m new at this, where did you put the list.flatten?

hi, this is how the final version looks like
I hope it helps

Nope, for some reason everything keeps appearing under each other instead of next to each other…


Try a List.Create node instead of a List.Join node. If that doesn’t work start a new topic and link back to here as this already has a solution for a problem other then the one you are facing.

List.Create doesn’t work. I’ll start a new topic.