Skip to main content

Hi All, 

 

I'm trying to make a class that extracts the details from a record and format it to a JSON file but for some reason, it's getting cut off when I print it in System.debug thus getting an error of "Parameter is empty/incomplete".

 

Is there a limit in sending a JSON format file to a third party tool?

Limit to send JSON format in Apex

 

Thank you!

#Json #Apex 

4 Antworten
  1. 11. Aug. 2021, 05:02

    Hi Ann,

     

    Could you please Open Raw Log and check the debug logs in there? In dev console, you might not get the whole debug log, but in raw logs, you might get one.

     

    There is a panel at the bottom in the dev console itself. Right click on your log, and click on Open Raw Log.

     

    Hope this helps!

0/9000