Skip to content
Advertisement

Tag: esb

Using Arraylist in Mule to query Salesforce

We are trying to query Salesforce with an ArrayList in the where statement. Below is is the error we ran into when we tried using the ArrayList in the where clause. Query we used against Salesforce: successlist contains the values [‘a1o90000001msXwAAI’, ‘a1o90000001msXxAAI’]. Error Message: Message: Failed to invoke query. Message payload is of type: ArrayList How do I resolve this

Advertisement