Trying to pull Fund designation into tax letter

Options

I just tried to add the fund designation to my tax letters. It works fine if there is just one letter in the gift list. If it loops through multiple letters, the word file is concatenating the fund from the previous letters.

ab86a230532bf830e881fd5b7b00c1b4-huge-im

inside my apply to each:

beb703972d0cdd44e75e52ef5ee1d1a3-huge-im

903c4d45712399bdcc2bcc5c49f2f462-huge-im

The first letter looks fine:

67e8870cd48c4e2c9844846924dced88-huge-im

second letter, this one should only list UCU Scholarship and NOT Greatest Need

ad27d28863bae84f581fabc32fb971fe-huge-im

Comments

  • Alex Wong
    Alex Wong Community All-Star
    Ninth Anniversary 1,500 Likes 2500 Comments Name Dropper

    @Carla Murphy
    this is b/c you are appending to a variable.

    either at the beginning of the apply to each (the one that loop through each gift) or at the end of, you need to do a reset: set variable action on the “Fund” variable and set it to expression of null or string('')

  • @Alex Wong

    Thanks Alex! That worked!

Categories