Getting Content in a SFDC text field to "stack" in Marketo Email | Community
Skip to main content
June 30, 2015
Solved

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

  • June 30, 2015
  • 1 reply
  • 1329 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by

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.

1 reply

Accepted solution
July 20, 2015

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.