I am setting up a POST call which I cannot show, where part of the json body is html code? How can I avoid Bubble treating the <> as dynamic values? For example <h1> should be read literally so the other side gets it as html, not a parameter called h1. I know the workaround is to set the parameter to <h1>, but would like to know if there is a way to turn off dynamic values for a post? Thanks for any help on this issue.
Use raw payload instead of json payload.
1 Like
Thanks. What about if elsewhere in the payload I do need dynamic values?
Raw allow dynamic value but using a different placeholder. Check when you switch in api connector. I think it’s *
Awesome, thanks so much!
1 Like