Error Body Json HTTP Request

Can anyone guide me what I’m doing wrong? I’m passing the following json in the body of the http request activity

“{‘processo’:154183,‘usuario’: 495,‘formulario’: 2143,‘valor’: ‘TESTE’,‘destino’: 10853}”

and it gives me the error as below

image
image

Hi @joao_adelio1

Try like this (escape double quote with another double quote):

"{""key"",""value""}"
2 Likes

And just an extra, you can also create it as so:

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.