Essentially, I am trying to be able to dynamically populate a segment
code within a workflow activity. The segment code has more pieces than
just color for reporting purposes, for example,
123-XYZ-ProgramName-Version-SourceID-Color. All other pieces of the
segment code would be static except for Color. So I could split by
sourceID into three result outputs, and then within each result, instead
of having 1 segment code applied to all, I could have
"123-XYZ-ProgramName-Version-SourceID-%%Color%%" ...