Hi,
I created the following mapping:
It checks if the source file has a barcode or not. If it has a barcode then it has to map it to the destination barcode. If there isnt a barcode then it has to map the productId to the destination barcode.
But now i want to achieve that it only does this check above is the TypeofChange value is NEW. If the value of TypeOfChange isnt NEW then it just maps Barcode source to Barcode destination.
How can i achieve this?