I need to concatonate a user Parameter with a value from each feature that passes thru.
But it seems with each feature that passes thru, my parameter is starting fresh with original value.
I need something like the "counter" transformer which remembers the count for the life of the workspace.
Is there a global variable that I can update and append to and change and it is retained for the life of the workspace without delving into python?
Perhaps user Parameters is the wrong vehicle?
Thank you