How to loop list one at a time and get the result

. I am trying to convert number of Revit files into IFC. Is there a way to put each file in sequence and close it till it converts and start again.

How to change code block based on list count values dynamically. As a workaround I am changing manually code block value from zero to list count (18 at present)

@asingh7 ,

thats the rule behind that … when you are looking for that


grafik

Dynamo will loop through lists by default. There should be no need to step through each item one by one. If you need to force looping so that one thing completes before the next thing starts you’ll likely have to use Python.