I'm a web, database, and network architect based in NYC, with specializations in the financial services, publishing, and SaaS sectors.
I build complex Marketo integrations for companies large and small... and can make Marketo forms and emails do things you never thought possible!
Check out my blog at https://blog.teknkl.com, which has Marketo-specific technical insights you won't see anywhere else, along with wider topics from my programming and systems work.
Custom Objects are always many-to-one. So while your implementation may ensure there’s only zero or one CO record for each Marketo person, it’s still always a list of COs in Market...
Unless you use the REST API, there's no way to capture the full type + text of an IM in a history field.
(Other than updating the history field in the same flow with the same toke...
Please show the exact definition of your Custom Object and a sample list of Custom Objects with field values.
It’s not possible to answer this without an actual look at your data....
Your problem is right here:
kvSubmitButtonEl.addEventListener("click", function(e) {
e.preventDefault();
try {
formEl.submit();
} catch (err) {
console.log(err)
}
...
If your Smart Campaign w/Send Email is in Program 111 and the email asset is in Program 222, no.
And this makes sense, right? If the asset were to pick up Program 111’s {{my.toke...
It’s helpful if you show the actual “shape” of your data so we’re not discussing things too abstractly.
Are you talking about a Custom Object list? Do you want to sort the list by...
A Known Visitor form fillout appears in the Activity Log exactly like a standard form. It simply doesn’t put all the fields on the wire.
So if it’s “not sending any information b...