If you already have the $output (the part that Sanford mentioned), I'd say that you can also do something along these lines:
#set( $output = $input.replaceAll( $regex, "$1\u001e$2...
I was wondering if there's a possibility in velocity to use regex capturing groups? So, as a simple example, we may want to get "Some Name", "13:00" and "14:00" from the following ...
Thanks Sanford, I just tried to access the program id using your email script in this blog post but it seems like this doesn't work in my tests. I've tried it with several Marketo ...
We have to send a CSV file every time someone submits a form (so ideally as an attachment to an alert email). Since we can't attach files to emails in Marketo, we could... either u...
What would be the best / most efficient way in velocity to automatically convert (ideally all or at least some) special characters to the equivalent unicode escape code, e.g.Ä -> \...
Yes, custom de-duplication should always be used but I don't want to reset the cookie too early. I could check all the fields manually in onSubmit as you've mentioned but in onVali...