Hi Bhavesh,we solved a similar problem be adding a parameter to the called async recipe which states if the recipe is the last one in the batch of called recipes. In out case we have to call a recipe several times and at the end of the processing of ...
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 Salesfo...