โ07-14-2022 11:04 AM
โ07-14-2022 11:34 AM
Hi Hrendra
Did you specify the response schema so that each value will be saved in a list format with field names.
So that you can use one the one which you want.
โ07-15-2022 01:57 PM
Hi Harendra,
for me it worked to send a string with the values separated with semicolon to Salesforce for a multiselect picklist field.
So in your case just do listname.pluck('fieldname').join(';') with your list and map the resultstring to the Salesforce field which should lool like SF_fieldname:"a;b;c"