Can I use score field type for dollar amount? | Community
Skip to main content
Kim_Gandy1
New Participant
December 1, 2017
Solved

Can I use score field type for dollar amount?

  • December 1, 2017
  • 1 reply
  • 1407 views

I'm creating a "Total Spent" field that should equal to cost of all past purchases combined. Score is the only field type I can think for adding numeric values to a field. Could I use the score field type and trigger to change the field value when a product purchase is added to the person record? Also, can I use a token for the change value field, inputting the most recent product purchase amount?

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

Yes, a Score field is simply an Integer field with some built-in functions like add and subtract. (You can add and subtract from Integer fields as well, of course, but not right in a flow. You have to use a webhook.)

And you can increment by a Score Token.

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
December 1, 2017

Yes, a Score field is simply an Integer field with some built-in functions like add and subtract. (You can add and subtract from Integer fields as well, of course, but not right in a flow. You have to use a webhook.)

And you can increment by a Score Token.