I have a functioning email parser where it pulls in a field that I need to map to a picklist value in Salesforce.
For Example, the email parser will pull in a field “Apple” which I need to map to a Salesforce Picklist value of “Fruit”
I tried to build a lookup table through the formatter utility, but it isn’t mapping to the picklist field when the record is created or updated in Salesforce.
Any ideas?