I am constructing a JSON request object that needs to include {{0}} in the string - however, everytime I type it, make.com automatically coerces it into 0 due to the curly braces.
E.g. I need to send “{{0}} some text”. Make.com coerces this to “0 some text” every time.
I cannot figure out how to get around this - because I always have to type the curly braces which then get coerced.
Would appreciate any insight.
Many thanks
Brett