![]()
![]()
I want to change the name of a product if the SKU record = “CircleSKC2”
Is this possible?
In order to do this, you can use the if function and the switch function.
Both of them can be found under General functions in the mapping panel. You’re also going to need the = operator from this section.
This is what the function looks like .
It checks whether the SKU record matches the criteria. If yes, the product name is changed from ‘ABC’ to ‘ABC Changed’. If the SKU record does not match, the switch does not happen.