Hello All,
I have a multi line string text variable. It is a sentence that list set items. EX: colors included are: red, magenta, yellow, orange, blue.
I have a workflow that counts one list items and updates another with the count.
List A:
#1 color = blue
#2 color = blue
#3 color = yellow
The workflow will count all of the items with that color and update a template
Blue = 2
yellow = 1
red = 0
magenta = 0
orange = 0
I am trying to figure out how to remove "red," "maganta", "orange", from the text variable that gets e-mailed to a user so that the sentence reads: colors included are: yellow, blue.
any help would be appreciated.