Add in button for letter acknowledgement- formatting on letters

Options

I final got the add in button to work, however my amount field is being pulled onto the letter as below, I probably need to convert this number field to text before it is passed to the letter, please help

0a672a505bda678d6c797e66d8a65347-huge-sc

Comments

  • Hi @Ashley Gelderblom, what value are you using to retrieve the amount?

    Below are the two that you can use. If you use Amount, it returns an Object of {'value': someNumber}. You'd have to parse the Object to get just the value amount.

    The Amount Value you field will return just the numeric value of the field.

    982dc8abdfc5b9b970e5bd7aad1a768d-huge-im
  • Amount value has done it for me, many thanks

Categories