Skip to main content

Hi All,

 

I am trying to concatenate responses of three variables in Set payload as below . Also i have to add a string "str" just after the 2 var

 

%dw 2.0

output application/json

---

vars.var1 ++ vars.var2 ++ 'str' ++ vars.var3

 

Can you please suggest here , how can the 'str' be appended .

1 个回答
0/9000