@T. wrote:
As shown in this example, I manage to fill the list accordingly.
Have a nice day and thank you....
Your first kudo for that...
Note you need to close the type reference used for the activator.
Note you need to close the NodeId reference.
Note you're recycling a reference to the list. It will grow 1 item for each call, forever. The list is not by wire...
These are references to the objects. If you don't need to refer to them anymore, close the reference. This won't (always) close the object. If the object is inserted in another object, the object will live on there.