Is there a limit to the size of a JSON created with ExportJson? I have an application where I push a JSON containing transaction data up to the ftp site of an online service. This has been working fine until a few days ago. I discovered ExportJson was returning null. If I reduce the number of rows exported, the function returns the JSON. To make sure it was not related to data, I exported the first 85% of the rows and the last 85% of the rows successfully.
It is not tied to the number of rows because the exact number of rows I can export varied.
I saved the data that successfully exported as a JSON to a text file (SaveAs). The size of the file was ~28Mb. For reference, the number of rows that would export was around 340,000.
Regards,
Joe Hess