SOLVED

Getting Content in a SFDC text field to "stack" in Marketo Email

Go to solution
Anonymous
Not applicable

We have a custom field on Contact records in Salesforce that we upload certain information to on a quarterly basis. Essentially, we put in a number of accounts impacted by an operational process (could be 1, could be 10, etc.). In Salesforce, we load the field so that each registration is "stacked" and displayed one on top of the other. If I use this field as a token in a Marketo email, the content within that fields does not stay stacked, but rather comes in linearly.

Is it possible, perhaps with some HTML coding, to allow for the content to remain stacked when brought in via the Marketo token?

In info helps!

Thanks,

Andrew

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi Andrew,

There are a few ways to do this, but one creative way is to use SFDC to write a workflow that populates a field in Marketo, which you'd call in email HTML (not WYSIWYG), as you'd be adding "<br>" after a field with a non-blank value.

So:

If Field 1 is not blank, "Field 1 + <br>" or else, "NULL". Etc.

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi Andrew,

There are a few ways to do this, but one creative way is to use SFDC to write a workflow that populates a field in Marketo, which you'd call in email HTML (not WYSIWYG), as you'd be adding "<br>" after a field with a non-blank value.

So:

If Field 1 is not blank, "Field 1 + <br>" or else, "NULL". Etc.