Hello,
We have requirement to upload csv file using apex.
File have two fields, ID and name.
Table have three fields, ID, name and code.
I process first two fields using data mapping but I haveĀ issue getting third field code.
We have a lookup table which hosts name, code mapping.
I defined a transformation rule, for field code, selecting data using name parameter.
This rule is not functioning, after upload process code field is still blank.
I appreciate your help.
Regards.