Select first option from a picklist that comes from Salesforce into Marketo | Community
Skip to main content
Ben_Cooper
Level 2
May 14, 2018
Question

Select first option from a picklist that comes from Salesforce into Marketo

  • May 14, 2018
  • 1 reply
  • 2240 views

Building out a smart campaign that includes a multi-select picklist from Salesforce that is ultimately a string in Marketo. Values in the Marketo string field are separated by semicolons. I am trying to build a smart list that will select the first value in the field and ignore the rest. Is there a way to do this?

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

1 reply

Grégoire_Miche2
Level 10
May 14, 2018

Hi Ben,

Not sure I understand. You mean you want to use a multi-valued field that is an SFDC pickling for a filter in a smart campaign ?

In that case, just use the "contains" operator to get all the persons which have selected at least the value you are looking for (the first one).

-Greg

Ben_Cooper
Level 2
May 14, 2018

Sorry, I should have been more thorough in my explanation.

We have three streams in an engagement program that we place customers into according to type. In this case, I'll hypothetically use the model type of their car. The field has the choices of sedan, hatchback, pickup, and compact. Most customers only have one type of car. However, some have two or more car types and it's displayed with both in the field. I want Marketo to choose only the first car from the field and place them into the corresponding stream in the engagement program for only that choice. I am trying to avoid the customer from landing into two streams because they have two choices.

E.g.

Customer A has a sedan and hatchback. Sedan is the first selection in the list and hatchback is the second in the same list. A smart list would place them into the Sedan stream and prevent the customer from landing in both streams (Sedan and hatchback).

Grégoire_Miche2
Level 10
May 15, 2018

Hi Ben,

It physically impossible a for a person in Marketo to belong to 2 streams in the same engagement program.

This being said, treat the multi-value field as a text field and use a "Type contains Sedan" filter

-Greg