Iteration Error Cyclical Dependency between projects

What does this error mean

@Lea, it means that the project which you are trying to run is calling another project (with “Iterate”, “Iterate table” or “Call another project” action). And that project is calling the first project (either directly or through some other project or projects).

For example, project A.morph has an “Iterate” action which calls project B.morph. And B.morph has a “Call another project” action which calls A.morph.

Thank you Andrew… that was it, I fixed it and now it ran without any errors. New to EasyMorph so I am sure I’ll be posting more questions.

thanks again

You are welcome!