How do I include {{0}} in a string in make.com without it being coerced?

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

Hi @Brett_Lensvelt

Probably this could help:

This is the obtained output:

2 Likes

@Shornalatha that is super helpful, thank you - greatly appreciated! :folded_hands:

2 Likes