Hi All,
We have some multipicklist values with commas in it and they are separated using the semicolons sent as an email, but after parsing the data through the mailbox, the zap action which is to create leads in Salesforce is splitting the commas to picklists which is causing issues. If there are no commas in the input data then it is working as expected the picklist were created only using semicolons.
is there any way of ignoring the commas?
Example Input data before parser
Toys, Games & Novelty ; Baby ; Other ;
The mail parser is picking up everything but,
Current Output data
1: Toys
2: Games & Novelty ;
3: Baby ;
4: Other ;
The Expected output
1: Toys, Games & Novelty ;
2: Baby ;
3: Other ;
Any help is much appreciated.
Thanks