Adding values of an integer field to another field | Community
Skip to main content
December 18, 2015
Question

Adding values of an integer field to another field

  • December 18, 2015
  • 2 replies
  • 1858 views

Is it possible in Marketo to grab numberical value of one field (eg. Integer type) and add to another field (eg. score type)?

I am trying to setup workflow where everytime a certain integer field is updated --> I calculate the total in a different field.

Thanks

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

2 replies

Kenny_Elkington
Adobe Employee
Adobe Employee
December 18, 2015

I think this should work as long as the target field is a score field.  Just use Change Score: + {{lead.my field}}

December 18, 2015

Hi Kenny, thanks for the suggestion. I actually tried that but marketo doesn't allow + to tokens and is requiring a whole number.

December 18, 2015

Not sure if you are integrated with a CRM but sometimes people use the CRM to perform calculations as well.

December 18, 2015

Hi Jamie, it looks like that is likely what I will need to do. I was hoping to do all in marketo before pushing to saleforce. Thanks for the advice.