I bookmarked a group of transformers that will create a random attribute value of fixed length and a text format of T######## (where T is a random capital letter and # is a random number between 0-9). I used an unconditional featureMerger to merge the value to my features . I need to be able to loop each feature into the bookmark so I can generate random value for each feature in the transformer.
With my current workspace I can only pass one value to each feature. Workspace below.