I am trying to use a query with flowvariable in the where clause in Mule ESB (Connecting with Salesforce)
SELECT id FROM Account WHERE CX_ID__c = '"flowvars.orgpayload.CXM_ID+"' LIMIT 1
But I am not getting an error here. Any pointers on how to use flow variable in a query would help. Thanks!