Here is the input payload from where I have to map the following item
{
"externalOrderLineRefs": [
{
"sourceSystem": "Shutterfly",
"identifier": "SFLYOrderLine09876"
}
],
"externalQuoteLineRefs": [
{
"sourceSystem": "Salesforce",
"identifier": "SFDCQuoteLine123"
},
{
"sourceSystem": "Shutterfly",
"identifier": "SFLYQuote123456"
}
]
}
The mapping condition: Quote = externalQuoteLineRefs.identifier WHERE sourceSystem = "Shutterfly"