I suppose I could use a asset name look up but having to manually maintain a list of names that is already in Marketo is pretty annoying.Thanks, I might have to rethink this
Thanks Sanford, I understand that a naming convention has its weaknesses but it would have been an efficient way of handling this problem. Campaign Name could work but then limits ...
Hi SanfordThanks for such a quick response. In this example the Person already existed from an import from our CRM. The screenshot shows that the person was associated with the tra...
This is marketing automation software isn't it? It seems to me a no brainer that this would be included in flow steps. Does anyone know if this will be possible soon?
I understand.I am not sure which version I should use;If I use (without the curly brackets) #if( $lead.courseCode.matches("(?i)${assetSet}") ) I get this error An error occurred wh...
this is my modified script## Set up your map of Courses to related asset(s) #set( $assetsByCourse = { "5522US" : { "OCBURL" : "http://www.csu.edu.au/courses/bachelor-of-science-h...
Sorry, I am new to this. I am just trying to send an email to a lead and include a url to the course they are interested in based on the Course Code on the Lead. I have had to reso...
I have hacked some code that you have posted in a different discussion but it is returning the default value rather than the value that matches the CourseCode on the Lead. Am I on ...