Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
tMDMTriggerInput returns a Document, you are not able to access its element on tRestClient directly, try to redesign the job like this:
tMDMTriggertInput--main--tXMLMap1-out1--tFlowToIterate--tfixedFlowInput--main--tXMLMap2--tRestClient--main-->
on tFixedFlowInput and tRestClient, you are able to access element value like:
(String)globalMap.get("out1.columnName")
Regards
Shong