Using request.getBodyContent() return half of json data

Hi there,

Im testing some api where i need do send a giant json. The question is that i need to get the json after i mapping all the variables in it. The problem is that when i do request.getBodyContent() i only get half of the json already with the proper values.

Is there a way that i can get the full json ?

Thank you

Hi @DummyAutomation,
Can you share your complete jSON content so that we are able to reproduce the issue from our side? To make it private, you can send via personal message.

Hi @huynguyen, thanks for your reply. I did manage to get the full json by saving it to an .txt file. This solution works for me.