I need to load a list and each lead has a different score to apply. Is it possible in the csv file to have a column like Implicit Score and the value is +5? The expected result would be the Implicit score in Marketo would add 5 points when the lead is already present in the database. Therefore, the end result would be {current value} + 5 points.
Solved! Go to Solution.
I do like this approach since I need to address this question on each list load. Thank you. I'll give it a try.
Update: the token would not render but I did use a custom field to assist. Thank you.
Changing scores to a new value can be done with a list import, but in terms of increasing the current value by +5, I believe that needs to be done with a flow action. You can create a custom field for this value (new implicit score) and have that change on list import (data value changes: "new implicit score" is "+5") trigger a "+5" for the "implicit score" change.
I do like this approach since I need to address this question on each list load. Thank you. I'll give it a try.
Update: the token would not render but I did use a custom field to assist. Thank you.
Hi Theresa Anderson ,
No, you cannot add a score through import this this way, but there is a way to do this if the possible values to add is no too long:
Another way would be to use Munctions, but this might a feature that is not enabled in your instance. This feature enables to add 2 field values. Contact you customer account manager for this. Search the community for "munctions" keyword to learn more.
-Greg
Greg, Munctions are discontinued.
Too bad
That leaves only webhooks then
What about customer that are using them?
-Greg
I couldn't say. Wouldn't be surprised if they are disabled (though not immediately).
that's sad.
The other possibility is to call a webwook that does the math for you. 2 possibilities at least:
-Greg