22
edits
Changes
From All n One's bxp software Wixi
no edit summary
Duration #vbCrLf#strCDA_X_field_0_0#Body~
</syntaxhighlight>
The text we want to start at is [Duration ]
We want to end at the return character at the end of the line. So we use vbCrLf (Visual Basic Carriage Return Line Feed). This could be a space caracter or anything. Just our example uses a return.
strCDA_X_field_0_0 is whatever field in your campaign database you want the data to go into.
Body shows this data is in the body of the email. You could alternately use Subject.
The result of this rule will extract 00:00:23 and put it in the field strCDA_X_field_0_0