Hi Dan,
While the solutions that you have in place (and others described above) are a great start, ultimately, if you want to be very accurate on this, you will need to do attribu...
Sounds like something that should use exponential retry logic.
The time to process the file will of course depend on the file size. If it's 50,000 records, maybe an hour. If it's ...
Could you have a column in your list import that has the program name? With the same value for all leads.
Then, you could have a similar token but reference the temp field instead...
The best way to think about this is perhaps what will make your process the most efficient, but with the minimum complication.
To take one extreme, you could have one engagement p...
Yes, this is the best way. Given it's coming across daily, any time that you or your development team spends actually automating this will save you 10 minutes a day, forever.
As o...
Ah, just read@SanfordWhiteman's response: I assumed you meant as email output, which is the only place Velocity can operate. If you mean changing the actual field values in Marketo...
Hi@Travis_Schwartz,
Yes, that would be possible, but it's certainly not simple Velocity scripting.
In these situations, you effectively have multiple conditions - I would build o...
It's a new token but the logic is effectively the same, if I understand correctly.
The output would be different, but the logic to check whether it's a valid name is the same. Jus...