Set Multiple Indices at Once

I have 51 parameters from an excel file that I am importing into Revit. Item indices 0 thru 2 I have figured out. But my question, is there a way to iterate over each index 3 thru 51 and set the parameter by name without duplicating it a ton? All the threads I searched show it listed individually for each index/parameter name.

Why are you using the List.AllIndicesOf node? It is completely irrelevant!
Try doing it this way

1 Like

You could also use a list.combine to set multiple parameters once.

1 Like