I’m not quite sure what you are actually trying to do.
I suppose, you defined a map-in and a map-out function (and preferably an on-delete function, too).
Then as input for the map-in function you get the node-id, ino-id and the content of the tag (all from till , in your case, so I think there should be something like manager_name). You may return any string in nodeinfo.
The map-out function has 3 input parameters, namely node-id, ino-id and nodeinfo, and should return some document ( anything between in your case).
So if you need the manager_name in the map-out function, it has to be stored somewhere by the map-in function, using node-id and ino-id as key. Or, if there is no other place to store, you could return it in the nodeinfo (which is stored by Tamino) and you’ll get it back in the map-out function.
Regards
Julius Geppert
#Tamino#API-Management#webMethods