Calling a module that includes an iterate action

I have a complex project in which the Main module call various other modules and several python scripts. I would like to replace one of the python scripts with an EasyMorph module. I have it designed and working, but it consists of a module with an iterate action, that iterates through the other module’s actions. The first module links column names to the parameters specified in the 2nd module. When I import this into the main project, it opens a window allowing me to select both the Main module and the module Main iterates thru, and import both separately.

How do I call another module that consists of 2 modules linked by an iterate action?

Nevermind. I should be able to call the Main module, and it will iterate thru the other module, as long as it has been imported into the project.

1 Like

Thanks for posting a solution as well!