Problem sending emails

My main project sends two emails out at the end of the build process - one to the developers just to let them know the build has finished ok and one to qc which contains more details such as which modules have been built and where they can be found.

These emails work fine in all my various streams of code except for one where I am now getting the following error message:

Unable to Set Body

Recursive variable reference not allowed!

 

I have tried copying the action from another stream but still get the same error message. Does anyone have any ideas as to where I should check to try to solve this problem?

 

Cheers

Paul James

Have a look at the variables used in the body field of the action. Make a not of which ones are used, and then look in the variables dialog at the default values of those variables, somewhere there is a recursive reference, the default values of two variables point to each other either directly or indirectly (most likely).

HTH