retain curly braces in String Builder

  • 2 November 2016
  • 1 reply
  • 13 views

Badge +3

I want to retain curly braces in my string  (which is a combination of some Static string  & Dynamic variables. but when i concatenate a variable with static string which contain curly braces the output become blank. if  i remove static curly braces the output come as expected.

 

String    Vikash - {'__Metadata':} ‎‏{Variable:output}
Output     output

when i log Output variable it is blank but i remove the static curly braces i got the string.

 

String    Vikash - '__Metadata': ‎‏{Variable:output}
Output     output

when i log the Output variable i got Vikash - '__Metadata': ‎‏xyz

 

where Variable:output is xyz.


1 reply

Badge +5

Hello Pradipta,

I think its a BUG with Nintex. For Workaround please have a look at: Build string jSon and workflow variables not working 

Reply