I would like a simple transformer to be able to append a value to an existing list.
Currently either I need to use a PythonCaller or a ListElementCounter followed by an AttributeCreator with the list index as {@Value(_element_count)} (which works but gives an ugly output on the canvas)





