Insert Arraylist in Database in Mule
问题 I am trying to insert the contents of an ArrayList to a SQL Server database using Mule ESB. The ArrayList looks like [ {Id=a1o90000001muvWAAQ, Billing_Number__c=1000005, type=Call_Log__c}, {Id=a1o90000001muvXAAQ, Billing_Number__c=1000006, type=Call_Log__c} ] How should I insert this into the database in an optimized way? My mule flow is as below. <sfdc:query config-ref="Salesforce__Basic_authentication" query="#[flowVars.query]" doc:name="Salesforce"/> <set-variable variableName="result"