VBScript in AWE E-mail Action
Does anyone know if a VBScript works within the body of an AWE e-mail action? My goal is to modify the contents of an array that is set before the e-mail action is called. The outcome will be to display all of the files just sent individually, one per row. I've actually gotten this to work using a string and embedded HTML within that string. However, doing the logic within the e-mail body would make more sense (to me). What I seem to have uncovered is that variables don't seem to be available once I define the tags. My limited knowledge of VBScript is preventing me from knowing if my code attempts are just poorly written or if variables truly aren't available.
0