I've used two input schemas i.e. SCHEMA1 and GUID and output schema is also the SCHEMA1. First input schema is normal xml which includes Name, address and RefID as the elements and second input schema includes the GUID's which is hard coded in the message assignment box in orchestration. I want to use both the input schema to get the output schema which includes name, address, RefID and GUID in it.
I've used looping functoid and getting the result but GUID is not coming along with them. Also i've tried with index functoid but only the single GUID is coming in all the fields.