Insert list after every index of another list

I’m trying to insert lists in a list after every index of another list.

Basically I want the list of lists generated by the List.Cycle to go after each index in the input of the List.Insert. Right now I have only been able to insert the first list, which is a empty list, after the first index, Air Terminals.

Is this what you’re trying to do?

EDIT: I think the empty list will also have to be nested before being inserted into the list of categories so that it is at the same level as the other lists.

Yes, thank you. For some reason I thought I would have to specify multiple indexes for insertion. Thanks.

1 Like