Hello all,
I'm doing a little experiment to see if it's possible to calculate a new value in a currency field based on another currency field, using a flow step and tokens. I know this type of thing works with date fields, for example {{lead.Date of Birth}} + 18 years, but am curious if this trick translates to other field types. Here's what I'm trying to achieve:
This is what I've attempted so far - Choice 1 works, but Choice 2 doesn't. Not totally surprised about that... Am I using the wrong formatting or anything, or is it just not possible? Are there other ways to do calculations in Marketo besides this type of flow step and token trick?
Thanks!
Solved! Go to Solution.
Marketo cannot do arithmetic/string operations other than appending/concatenating values using tokens in the flow steps. Of course, as you said, we're able to do addition operations for the date/date time fields, but that isn't quite yet supported for other fields. You'd probably want to use a webhook-compatible service (I'd highly recommend checking out Flowboost) that could perform the required operation and return the result back.
Marketo cannot do arithmetic/string operations other than appending/concatenating values using tokens in the flow steps. Of course, as you said, we're able to do addition operations for the date/date time fields, but that isn't quite yet supported for other fields. You'd probably want to use a webhook-compatible service (I'd highly recommend checking out Flowboost) that could perform the required operation and return the result back.
Thanks for the confirmation, @Darshil_Shah1!