Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
THANK YOU!!! I knew I was missing something simple
Hi - I'm going a bit mad doing something which I thought would be pretty simple. I have a ; separated field on the lead record and I just want to get the first matching record from an array using the 'sessionKey' so I can use the values in an email block. I've tried multiple things but here's my las...
Hi @SanfordWhiteman doesn't this solution hit the same problem you provided a workaround before i.e.https://blog.teknkl.com/multiple-marketo-tracked-links-in-velocity/at least it seems to when I use it
Hi @SanfordWhiteman I'm having a similar issue with Datetime flow step logic that I was hoping you could help with. I want to send records to a different campaign based on a datetime field, here is my logic: Here is the value in that field for the lead I am testing with, outputted into an emailAnd ...
No problem! Just wondering did you set it up to use OAuth 2.0 or or API Keys, seems can only use API keys if sheet is Public. OAuth 2.0 sounds like would need some additional smart campaigns to manage access tokens.
Hi Sanford Whiteman just wondering if you wrote the blog post for doing real-time lookups using Sheets, couldn't find anything on TEKNKL?
Marketo Sales Insight may help with this, your sales team would be able to see all emails that have been sent to a contact within the Salesforce contact record.
HiHas anyone else experienced an issue with local variables being stripped out when declaring a champion email? This has happened for all of our modules, and you're unable to update the variables in the new champion email which means having to essentially rebuild the email.Global Variables seem to b...
I owe you so many beers for your help on this! The only thing was I was getting an error if the domain for the lead didn't appear in the JSON which I wasn't getting when just doing a standard foreach, so I referenced another one of you answers and wrapped it in an if statement to output some defaul...
'Then at the end create N standalone String $references to hold the URLs.'Slightly confused how to join this all up in my example. But will try and tackle this tomorrow, so 'basically' I need to:Filter the list i.e.#set( $domainProjects = [] ) #foreach( $project in $allProjects ) #if( $project.dom...