Mapping a reference

Hello does anybody know how can I put a reference to a new field. I publish a document to the broker and I have a trigger that subscribe to the published document. the document comes to the trigger and I can see the values in the pipeline but when I try to map the values to another document nothing happens. Do I need a special service to get the data from the triggers document reference?

regards
Ernesto Duran

Ernesto,

Basically in the subscribing receiving service the service input should be fully qualified documentTypeName( when you set DocumentReference)that is published by broker.

This way you will have the data extracted in the above documentReference from the pipeline and so that you can do mapping in the further downstream.

example for fully qualified DocumentTypeName(folder.subfolder:documentName)

HTH,
RMG.