equals usually takes a single value for comparison. (as you have provided 2112) What are other options for operator selection other than equals ? if there is an option "IN" that might give you further a way to put multiple customer ids and you could ...
Oh, i would recomment in the http connector -> body field to be type normal text which would allow you to actually use formula mode and in that formula mode you can directly put the array value
Glad that you were able to work out. | Annoyingly it still won't let me use the returned responseFor correct mappings the schema need to be set. Have you set the output response schema for the function being called ?
If I understand correctly - you have to transform emails in a specific data structure and in multiple recipes. Preferred way would be : Utilize callable sync function where the transformation of emails to json occurs as already described in my previ...
IMHO, I have found the solution for such use cases is using javascript connector which takes in the variables to process. You could wrap the logic of getting the JSON in javascript connector function. That JSON could directly be added as value in th...