Creating a loop to combine multiple location and billing data to one email | Community
Skip to main content
Level 1
December 16, 2022
Solved

Creating a loop to combine multiple location and billing data to one email

  • December 16, 2022
  • 1 reply
  • 1361 views

So I have an issue, currently we have multiple accounts, using the same contact email but for different billing locations, right now we are supposed to be sending a user an Billing email for every location but we would like to be able to combine/stack locations and billing data for each location into one email. We have some ideas but I am hoping to get some feedback before moving forward. Thanks

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 SanfordWhiteman

Not sure what you’re thinking, but you can’t combine multiple people with the same Email Address field as any sort of collection in Marketo.

 

You can view such people using the Duplicate Fields Smart List filter. But that doesn’t give you the ability to send a single email that incorporates data from multiple people. (If anything, it’s the opposite, as Marketo will not send the same email to multiple people with the same email address within the same flow step, though you can work around that by calling separate campaigns.)

 

If you want to have different billing locations for the same human, the way to go is Custom Objects.

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
Level 10
December 17, 2022

Not sure what you’re thinking, but you can’t combine multiple people with the same Email Address field as any sort of collection in Marketo.

 

You can view such people using the Duplicate Fields Smart List filter. But that doesn’t give you the ability to send a single email that incorporates data from multiple people. (If anything, it’s the opposite, as Marketo will not send the same email to multiple people with the same email address within the same flow step, though you can work around that by calling separate campaigns.)

 

If you want to have different billing locations for the same human, the way to go is Custom Objects.

Level 1
February 17, 2023

Thanks I figured it out using a Custom Object and a loop script.