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?