I am ultimately trying to merge my buffered layers together after I've created and calculated a field within each buffer.
My steps within my submodel are
1: Iterate Row Selection from the Bus Route table list, which produces a Value
2: Select by Attribute from the Bus Stop layer the Value that's currently being iterated
3: Buffer the Bus Stop selection, and dissolve into single feature
4: Add Field to the newly created Stop Buffer layer
5: Calculate as text the newly created field (expression is '%Value%')
6: Collect Values

My steps within my Main Model are
1: Run the submodel
2: Merge the collected values

Each time I run it, the field that was created in the buffer is not there. How do I include this newly created field in my Merge?